{ "private": true, "scripts": { "web:dev": "pnpm --dir apps/web run dev", "web:build": "pnpm --dir apps/web run build", "web:test": "pnpm --dir apps/web run test", "api:test": "cd apps/api && go test ./...", "build": "pnpm run web:build && cd apps/api && go build -o ../../dist/platform-api ./cmd/platform-api" } }