Uecko_ERP/turbo.json
2025-05-04 22:06:57 +02:00

22 lines
434 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalDependencies": ["**/.env.*local"],
"tasks": {
"dev": {
"cache": false,
"persistent": true
},
"//#format-and-lint": {},
"//#format-and-lint:fix": {
"cache": false
},
"build": {
"cache": false,
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["dist/**"]
}
}
}