Uecko_ERP/turbo.json
2025-05-09 12:45:32 +02:00

25 lines
477 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/**"]
},
"clean": {
"cache": false
}
}
}