Files
Hayden Bleasel aefcbf435d Upgrade to tsgo
2026-04-25 01:19:14 -07:00

23 lines
463 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"ui": "tui",
"envMode": "loose",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env.local", ".env.*.local"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"test": {},
"test:coverage": {},
"lint": {},
"types": {
"dependsOn": ["^build"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}