feat(platform): add vehicle data management console
This commit is contained in:
10
vehicle-data-platform/package.json
Normal file
10
vehicle-data-platform/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user