mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-23 14:46:18 +08:00
chore: init project
This commit is contained in:
28
turbo.json
Normal file
28
turbo.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$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": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"typecheck": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user