fix theming + ui improvements
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test",
|
||||
"generate": "oazapfts --optimistic --useEnumType ./src/app/generated-api/swagger.json ./src/app/generated-api/api.ts",
|
||||
"dev": "pnpm -w run dev"
|
||||
"dev": "pnpm -w run dev",
|
||||
"deploy": "ng build --aot --configuration production"
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 100,
|
||||
@@ -59,4 +60,4 @@
|
||||
"oazapfts": "^6.3.1",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user