mirror of
https://github.com/arthur-pbty/arthurp.git
synced 2026-06-03 23:36:28 +02:00
11 lines
143 B
JSON
11 lines
143 B
JSON
{
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": [".next/**"]
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
}
|
|
}
|
|
} |