feat: expand vehicle data platform capabilities

This commit is contained in:
lingniu
2026-07-27 16:46:15 +08:00
parent e3a1f80f86
commit 3c4bece72c
650 changed files with 62155 additions and 2552 deletions

View File

@@ -4,8 +4,11 @@
"web:dev": "pnpm --dir apps/web run dev",
"web:build": "pnpm --dir apps/web run build",
"web:test": "pnpm --dir apps/web run test",
"open-portal:dev": "pnpm --dir apps/open-portal run dev",
"open-portal:build": "pnpm --dir apps/open-portal run build",
"open-portal:test": "pnpm --dir apps/open-portal run test",
"api:test": "cd apps/api && go test ./...",
"release:web-smoke:test": "bash deploy/verify-web-release.test.sh && bash deploy/prepare-web-release.test.sh && bash deploy/prune-release-history.test.sh && bash deploy/install-web-release.test.sh",
"build": "pnpm run web:build && cd apps/api && go build -o ../../dist/platform-api ./cmd/platform-api && go build -o ../../dist/oneos-scope-sync ./cmd/oneos-scope-sync"
"build": "pnpm run web:build && pnpm run open-portal:build && cd apps/api && go build -o ../../dist/platform-api ./cmd/platform-api && go build -o ../../dist/open-platform-api ./cmd/open-platform-api && go build -o ../../dist/oneos-scope-sync ./cmd/oneos-scope-sync && go build -o ../../dist/alert-notification-dispatcher ./cmd/alert-notification-dispatcher"
}
}