Update app.yaml
parent
73d364d887
commit
01aa61bae7
2
app.yaml
2
app.yaml
|
@ -2,7 +2,7 @@
|
||||||
script: node ./app.js
|
script: node ./app.js
|
||||||
cwd: ./
|
cwd: ./
|
||||||
watch: true
|
watch: true
|
||||||
name: stats:23333
|
name: stats:30303
|
||||||
ignore_watch: [data, public, package.json, package-lock.json, node_modules, .git, .gitignore, app.dev.yaml, app.yaml]
|
ignore_watch: [data, public, package.json, package-lock.json, node_modules, .git, .gitignore, app.dev.yaml, app.yaml]
|
||||||
exec_mode: fork
|
exec_mode: fork
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue