forever
This commit is contained in:
parent
3a61450784
commit
852fe34c6f
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"restApiRoot": "/api",
|
"restApiRoot": "/api",
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"port": 3001,
|
"port": 3000,
|
||||||
"remoting": {
|
"remoting": {
|
||||||
"context": false,
|
"context": false,
|
||||||
"rest": {
|
"rest": {
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"uid": "salix",
|
||||||
|
"append": true,
|
||||||
|
"watch": true,
|
||||||
|
"script": "server.js",
|
||||||
|
"sourceDir": "./@salix-services/salix/server",
|
||||||
|
"workingDir": "."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"uid": "account",
|
||||||
|
"append": true,
|
||||||
|
"watch": true,
|
||||||
|
"script": "server.js",
|
||||||
|
"sourceDir": "./@salix-services/account/server",
|
||||||
|
"workingDir": "."
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue