mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
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
|
|
} |