This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
now-cli
mirror of
https://github.com/lukechilds/now-cli.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
31
Commits
2
Branches
188
Tags
2.3 MiB
JavaScript
100%
Tree:
340b8721ac
now-cli
/
examples
/
nodejs
/
2-microservice
/
server.js
8 lines
114 B
Raw
Blame
History
module
.
exports
=
(
)
=>
{
return
{
project
:
{
type
:
'microservice'
,
poweredBy
:
'▲'
}
}
}
Reference in new issue