spacedrive/turbo.json

15 lines
182 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"outputs": ["dist/**"]
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}