| 1 | { |
| 2 | "version": "0.0.1", |
| 3 | "configurations": [ |
| 4 | { |
| 5 | "name": "aitoearn-web", |
| 6 | "runtimeExecutable": "pnpm", |
| 7 | "runtimeArgs": ["run", "dev"], |
| 8 | "port": 6060, |
| 9 | "cwd": "project/aitoearn-web" |
| 10 | }, |
| 11 | { |
| 12 | "name": "aitoearn-server", |
| 13 | "runtimeExecutable": "pnpm", |
| 14 | "runtimeArgs": ["nx", "serve", "aitoearn-server"], |
| 15 | "port": 3002, |
| 16 | "cwd": "project/aitoearn-backend" |
| 17 | }, |
| 18 | { |
| 19 | "name": "aitoearn-ai", |
| 20 | "runtimeExecutable": "pnpm", |
| 21 | "runtimeArgs": ["nx", "serve", "aitoearn-ai"], |
| 22 | "port": 3010, |
| 23 | "cwd": "project/aitoearn-backend" |
| 24 | } |
| 25 | ] |
| 26 | } |
| 27 |