Spaces:
Starting
Starting
File size: 360 Bytes
170b9b6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["tsconfig.base.json", "infra/.env.example"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"typecheck": {},
"lint": {},
"test": {},
"dev": {
"cache": false,
"persistent": true
}
}
}
|