fix build

This commit is contained in:
Elio Bischof
2025-07-18 01:10:35 +02:00
parent e61997b7e9
commit 98c53c0321
19 changed files with 316 additions and 43 deletions

View File

@@ -21,16 +21,14 @@
"cache": true
},
"build": {},
"build:login:standalone": {},
"build:client:standalone": {},
"test": {},
"start": {},
"start:built": {},
"test:unit": {},
"test:unit:standalone": {},
"test:watch": {
"persistent": true
"quality": {
"with": [
"lint",
"test:unit"
]
},
"start": {},
"test:unit": {},
"lint": {},
"lint:fix": {},
"dev": {