feat: scaffold taro h5 frontends

This commit is contained in:
Codex
2026-06-29 11:40:32 +08:00
parent f74db433cc
commit c090008f52
40 changed files with 18033 additions and 16 deletions

View File

@@ -21,8 +21,11 @@
"build:worker": "npm --workspace @tiku-saas/worker run build",
"check:api": "npm --workspace @tiku-saas/api run check",
"check:importer": "npm --workspace @tiku-saas/import-pocketbase run check",
"check:taro": "npm --workspace @tiku-saas/taro run check",
"check:worker": "npm --workspace @tiku-saas/worker run check",
"check:refactor": "npm run check:api && npm run check:worker && npm run check:importer && npm run pb:import:validate && npm run test:readiness && npm run test:pb:dry-run && npm run test:api",
"audit:runtime": "npm audit --omit=dev --audit-level=high",
"audit:taro:toolchain": "npm audit --workspace @tiku-saas/taro --audit-level=high",
"docker:api:build": "docker compose -f docker-compose.api.yml build",
"docker:api:up": "docker compose -f docker-compose.api.yml up api",
"docker:api:down": "docker compose -f docker-compose.api.yml down",
@@ -43,6 +46,11 @@
"readiness:production": "node scripts/production-readiness-check.js --skip-db",
"readiness:production:db": "node scripts/production-readiness-check.js --check-db",
"test:api:remote": "node scripts/api-integration-test.js",
"dev:taro:h5": "npm --workspace @tiku-saas/taro run dev:h5",
"build:taro:h5": "npm --workspace @tiku-saas/taro run build:h5",
"build:taro:h5:student": "npm --workspace @tiku-saas/taro run build:h5:student",
"build:taro:h5:tenant": "npm --workspace @tiku-saas/taro run build:h5:tenant",
"build:taro:h5:platform": "npm --workspace @tiku-saas/taro run build:h5:platform",
"pb:schema:summary": "npm --workspace @tiku-saas/import-pocketbase run schema:summary",
"pb:schema:risk": "npm --workspace @tiku-saas/import-pocketbase run schema:risk",
"pb:import:dry-run": "npm --workspace @tiku-saas/import-pocketbase run import:dry-run --",