This website requires JavaScript.
Explore
Help
Register
Sign In
oceanprotocol
/
commons
Watch
1
Star
0
Fork
0
You've already forked commons
mirror of
https://github.com/oceanprotocol/commons.git
synced
2023-03-15 18:03:00 +01:00
Code
Releases
Activity
45c3becd5d
commons
/
server
/
nodemon.json
7 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
root app->/client, microservice in /server
2019-03-07 14:41:27 +01:00
{
one dev interface for client & server
2019-03-24 02:10:00 +01:00
"watch"
:
[
"src"
]
,
"ext"
:
"ts"
,
"ignore"
:
[
"src/**/*.spec.ts"
]
,
"exec"
:
"ts-node src/index.ts"
}
Copy Permalink