Files
Philipinho 9abbf12864 update
2026-03-21 15:16:56 +00:00

22 lines
299 B
JSON

{
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"cache": true
},
"start:dev": {
"dependsOn": [
"^build"
]
},
"lint": {
"cache": true
}
},
"affected": {
"defaultBase": "main"
},
"analytics": false
}