Files
ironmount/turbo.json
Nicolas Meienberger 88e310cc4f chore: production setup
2025-09-27 14:10:15 +02:00

21 lines
326 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "stream",
"tasks": {
"dev": {
"cache": false,
"persistent": true,
"env": ["*"]
},
"tsc": {
"cache": false,
"persistent": true
},
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["dist/"]
}
}
}