Files
better-auth/turbo.json
Bereket Engida e925600db2 chore: format
2024-08-18 23:43:26 +03:00

37 lines
518 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"tasks": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/*"]
},
"clean": {},
"format": {},
"lint": {},
"knip": {
"cache": true
},
"test": {
"dependsOn": ["build"],
"outputs": []
},
"typecheck": {
"outputs": [],
"cache": true
},
"deploy": {
"cache": false
},
"migrate": {
"cache": false
},
"generate": {
"cache": false
}
}
}