mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 20:50:36 +00:00
16 lines
247 B
JSON
16 lines
247 B
JSON
|
{
|
||
|
"$schema": "https://turbo.build/schema.json",
|
||
|
"pipeline": {
|
||
|
"build": {
|
||
|
"dependsOn": ["^build"],
|
||
|
"outputs": ["dist/**", ".next/**"]
|
||
|
},
|
||
|
"lint": {
|
||
|
"outputs": []
|
||
|
},
|
||
|
"dev": {
|
||
|
"cache": false
|
||
|
}
|
||
|
}
|
||
|
}
|