aqs/turbo.json
2024-03-19 20:11:01 +08:00

15 lines
257 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".svelte-kit/**", ".vercel/**"]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
}
}
}