18 lines
348 B
YAML
18 lines
348 B
YAML
|
|
script: node ./build.js
|
|
cwd: ./
|
|
watch: true
|
|
name: oss
|
|
ignore_watch: [data, themes, package.json, package-lock.json, node_modules, .git, .gitignore, app.yaml]
|
|
exec_mode: fork
|
|
|
|
error_file: ./data/logs/error.log
|
|
out_file: ./data/logs/out.log
|
|
merge_logs: true
|
|
min_uptime: 60s
|
|
max_restarts: 1
|
|
max_memory_restart: 300M
|
|
env:
|
|
NODE_ENV: development
|
|
|
|
|