Files
Minikura/turbo.json
2024-09-21 13:28:02 +07:00

19 lines
317 B
JSON

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