Files
Minikura/turbo.json
2025-05-12 12:37:35 +07:00

20 lines
356 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"typecheck": {
"dependsOn": ["^typecheck"]
},
"dev": {
"persistent": true,
"cache": false,
"env": ["DATABASE_URL"]
}
},
"ui": "tui",
"globalDependencies": ["**/.env"]
}