1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-17 16:03:20 +00:00

ng update 21 wip

This commit is contained in:
Brandon
2026-01-13 11:16:07 -05:00
parent d98d9c9036
commit 45bc60527f
12 changed files with 3759 additions and 6272 deletions

View File

@@ -18,15 +18,17 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular/build:application",
"options": {
"outputPath": "dist",
"outputPath": {
"base": "dist"
},
"index": "src/index.html",
"main": "src/main.ts",
"tsConfig": "tsconfig.json",
"assets": [],
"styles": [],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
}
}
}