create-guilded-bot/turbo.json

16 lines
247 B
JSON
Raw Normal View History

2022-11-18 08:30:40 +00:00
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}