Files
CharaLol_Yukiotoko/turbo.json
T
2025-01-02 20:26:02 -08:00

16 lines
237 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"dev": {
"cache": false
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"start": {
"cache": false
}
}
}