Files
vibe-kanban-web-companion/turbo.json
Louis Knight-Webb 340a13f4ea Tweaks (vibe-kanban cf848f2d)
- Only show the circle in the bottom right hand corner if the site is inside an iframe
2025-09-26 12:46:48 +01:00

16 lines
249 B
JSON

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