2024-05-19 13:20:42 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://turbo.build/schema.json",
|
|
|
|
"globalDependencies": [
|
|
|
|
"pnpm-lock.yaml",
|
|
|
|
"**/.env.*local",
|
|
|
|
"**/tsconfig*.json",
|
|
|
|
"internal/node-utils/*.json",
|
|
|
|
"internal/node-utils/src/**/*.ts",
|
|
|
|
"internal/tailwind-config/src/**/*.ts",
|
|
|
|
"internal/vite-config/*.json",
|
|
|
|
"internal/vite-config/src/**/*.ts",
|
|
|
|
"scripts/*/src/**/*.ts",
|
|
|
|
"scripts/*/src/**/*.json"
|
|
|
|
],
|
|
|
|
"globalEnv": ["NODE_ENV"],
|
|
|
|
"pipeline": {
|
|
|
|
"build": {
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
"outputs": ["dist/**"]
|
|
|
|
},
|
|
|
|
"stub": {},
|
|
|
|
"dev": {
|
2024-05-28 15:53:15 +00:00
|
|
|
"dependsOn": ["^build"],
|
|
|
|
"outputs": [""],
|
2024-05-19 13:20:42 +00:00
|
|
|
"cache": false,
|
|
|
|
"persistent": true
|
|
|
|
},
|
|
|
|
"typecheck": {}
|
|
|
|
}
|
|
|
|
}
|