| 396e8c2 | | | 1 | { |
| 396e8c2 | | | 2 | "name": "@grove/root", |
| 396e8c2 | | | 3 | "private": true, |
| 396e8c2 | | | 4 | "scripts": { |
| a33b2b6 | | | 5 | "ensure:hosts": "bash ./scripts/ensure-local-hosts.sh", |
| a33b2b6 | | | 6 | "predev": "npm run ensure:hosts && lsof -ti:3000 | xargs kill -9 2>/dev/null || true", |
| a33b2b6 | | | 7 | "predev:local": "npm run ensure:hosts", |
| bf6031c | | | 8 | "dev": "concurrently --kill-others -n web,collab -c green,cyan \"GROVE_API_URL=https://grove.host GROVE_HUB_API_URL=https://grove.host npm run dev -w web 2>&1 | tee web/.dev-server.log\" \"GROVE_API_URL=https://grove.host GROVE_HUB_API_URL=https://grove.host npm run dev -w collab\"", |
| bf6031c | | | 9 | "dev:local": "lsof -ti:3000,4000,4001,3333 | xargs kill -9 2>/dev/null || true && concurrently --kill-others -n api,hub,web,collab -c blue,magenta,green,cyan \"CORS_ORIGIN=http://grove.test:3000,http://canopy.grove.test:3000,http://ring.grove.test:3000,http://collab.grove.test:3333,http://localhost:3000 npm run dev -w api\" \"PORT=4001 RP_ID=grove.test ORIGIN=http://grove.test:3000 CORS_ORIGIN=http://grove.test:3000,http://canopy.grove.test:3000,http://ring.grove.test:3000,http://collab.grove.test:3333,http://localhost:3000 npm run dev -w hub-api\" \"GROVE_HUB_API_URL=http://localhost:4001 npm run dev -w web\" \"GROVE_HUB_API_URL=http://localhost:4001 npm run dev -w collab\"" |
| 396e8c2 | | | 10 | }, |
| 396e8c2 | | | 11 | "workspaces": [ |
| 396e8c2 | | | 12 | "api", |
| bdb18c9 | | | 13 | "collab", |
| 396e8c2 | | | 14 | "hub-api", |
| b69ab31 | | | 15 | "web", |
| b69ab31 | | | 16 | "addons/shared", |
| b69ab31 | | | 17 | "addons/components", |
| b69ab31 | | | 18 | "addons/isl", |
| b69ab31 | | | 19 | "addons/isl-server", |
| b69ab31 | | | 20 | "addons/vscode" |
| 396e8c2 | | | 21 | ], |
| b69ab31 | | | 22 | "overrides": { |
| b69ab31 | | | 23 | "@stylexjs/babel-plugin": "0.4.1" |
| b69ab31 | | | 24 | }, |
| 396e8c2 | | | 25 | "devDependencies": { |
| b69ab31 | | | 26 | "concurrently": "^9.2.1", |
| b69ab31 | | | 27 | "vite": "5.4.12" |
| 396e8c2 | | | 28 | } |
| 396e8c2 | | | 29 | } |