spacedrive/turbo.json

20 lines
285 B
JSON
Raw Permalink Normal View History

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