mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:14:35 +08:00
fa4872e89e
* update * overrides * override * fix page update mutation * fix * cleanup * loader * fix excalidraw package * override * fix regex
22 lines
299 B
JSON
22 lines
299 B
JSON
{
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"cache": true
|
|
},
|
|
"start:dev": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"lint": {
|
|
"cache": true
|
|
}
|
|
},
|
|
"affected": {
|
|
"defaultBase": "main"
|
|
},
|
|
"analytics": false
|
|
} |