Uecko_ERP/turbo.json

18 lines
331 B
JSON
Raw Normal View History

2025-01-27 17:12:26 +00:00
{
"$schema": "https://turbo.build/schema.json",
2025-01-28 14:01:02 +00:00
"globalDependencies": ["**/.env.*local"],
2025-01-27 17:12:26 +00:00
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {
"dependsOn": ["^lint"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}