Files
place4bees.com/backend/turbo.json
T
2026-07-06 13:37:08 +02:00

26 lines
404 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"start": {
"dependsOn": ["^build"]
},
"lint": {
"outputs": []
},
"test": {
"outputs": []
},
"seed": {
"outputs": []
}
}
}