mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"apps": [
|
|
{
|
|
"name": "WebApp",
|
|
"exec_mode": "cluster",
|
|
"instances": 1,
|
|
"script": "./node_modules/next/dist/bin/next",
|
|
"cwd": "/app/web",
|
|
"args": "start"
|
|
}
|
|
]
|
|
}
|