Files
wehub-resource-sync e6402c600b
Build Backend Images / generate-matrix (push) Waiting to run
Build Backend Images / build-and-push (push) Blocked by required conditions
Build Web Image / build (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:01:53 +08:00

27 lines
610 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "aitoearn-web",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["run", "dev"],
"port": 6060,
"cwd": "project/aitoearn-web"
},
{
"name": "aitoearn-server",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["nx", "serve", "aitoearn-server"],
"port": 3002,
"cwd": "project/aitoearn-backend"
},
{
"name": "aitoearn-ai",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["nx", "serve", "aitoearn-ai"],
"port": 3010,
"cwd": "project/aitoearn-backend"
}
]
}