Files
spacedrive/turbo.json
Vítor Vasconcellos 404c5ccdd6 Formatting
2024-08-10 01:23:46 -03:00

30 lines
488 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"inputs": ["**/*.ts", "!src-tauri/**", "!node_modules/**"],
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"lint": {
"outputs": []
},
"typecheck": {
"outputs": []
},
"dev": {
"cache": false
}
},
"globalEnv": [
"PORT",
"NODE_ENV",
"GENERATE_SOURCEMAP",
"DEV",
"VITE_SDSERVER_ORIGIN",
"VITE_SD_DEMO_MODE",
"VITE_SDSERVER_ORIGIN",
"VITE_LANDING_ORIGIN"
]
}