Files
wehub-resource-sync e30e75b5d4
Changesets / Create Version PR (push) Waiting to run
Code Quality / Oxlint + Oxfmt (push) Waiting to run
Code Quality / Template Sync (push) Waiting to run
Code Quality / Build Changed Packages (push) Waiting to run
Code Quality / Test Changed Packages (push) Waiting to run
Deploy Expo Example / Deploy Production (push) Waiting to run
Deploy Ink Example / Deploy Production (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.12) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Waiting to run
Deploy Shadcn Registry / Deploy Production (push) Waiting to run
Template Metrics / LOC + Bundle Size (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:40:13 +08:00

49 lines
954 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalPassThroughEnv": ["ENABLE_EXPERIMENTAL_COREPACK"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": [
"$TURBO_DEFAULT$",
"!**/*.test.{ts,tsx}",
"!**/*.spec.{ts,tsx}",
"!**/__tests__/**"
],
"outputs": [
"dist/**",
".next/**",
"!.next/cache/**",
"!.next/dev/**",
"generated/**",
".output/**",
"build/**"
],
"env": [
"OPENAI_*",
"ASSISTANT_*",
"JWT_*",
"ENTELLIGENCE_*",
"NEXT_PUBLIC_*",
"KV_*",
"SENTRY_*",
"REDIS_*",
"ASSISTANT_*",
"AUIX_*"
]
},
"lint": {},
"test": {
"dependsOn": ["^build"]
},
"deploy": {
"dependsOn": ["build", "lint", "test"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}