13 lines
219 B
JSON
Executable file
13 lines
219 B
JSON
Executable file
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", ".next/**"]
|
|
},
|
|
"lint": {},
|
|
"dev": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|