websites/turbo.json
Dominik Milacher d40220a23d
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m43s
Bump
2025-06-13 22:34:34 +02:00

20 lines
398 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".nuxt/**", ".output/**", "dist/**"]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
},
"generate": {
"dependsOn": ["^generate"],
"outputs": [".output/**"]
}
}
}