Files
cannorin.net/turbo.json
2025-03-16 21:46:16 +09:00

24 lines
407 B
JSON

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