aqs/turbo.json

15 lines
257 B
JSON
Raw Normal View History

2024-03-19 12:11:01 +00:00
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".svelte-kit/**", ".vercel/**"]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
}
}
}