Files
VoiceStudio/turbo.json

21 lines
343 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"outputs": ["dist/**", "build/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"desktop": {
"cache": false,
"persistent": true
},
"//#dev:api": {
"cache": false,
"persistent": true
}
}
}