Files
cannorin.net/turbo.json
2025-01-04 16:54:34 +09:00

15 lines
269 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT", ".env*"],
"outputs": [".svelte-kit/**"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}