Skip to content

Commit 6241e12

Browse files
authored
chore(angular): updated hosting configuration
2 parents 4d526c2 + 29da1af commit 6241e12

File tree

4 files changed

+405
-87
lines changed

4 files changed

+405
-87
lines changed

examples/angular/.firebaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"projects": {
3-
"default": "fir-ui-2025"
3+
"default": "fir-ui-rework"
44
}
55
}

examples/angular/firebase.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"hosting": {
3-
"site": "fir-ui-2025-angular",
4-
"public": "dist/angular-ssr/browser",
3+
"site": "fir-ui-rework-angular",
4+
"source": ".",
55
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
66
}
77
}

examples/angular/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:fix": "eslint . --ext .ts --fix",
1919
"format": "prettier --write \"src/**/*.{ts,html,css,scss}\"",
2020
"format:check": "prettier --check \"src/**/*.{ts,html,css,scss}\"",
21-
"deploy": "pnpm run build && firebase deploy --only hosting:fir-ui-2025-angular"
21+
"deploy": "pnpm run build && firebase deploy --only hosting:fir-ui-rework-angular"
2222
},
2323
"dependencies": {
2424
"@angular/animations": "^20.2.2",
@@ -45,7 +45,9 @@
4545
"zone.js": "~0.15.0"
4646
},
4747
"devDependencies": {
48-
"@angular-devkit/build-angular": "^20.2.2",
48+
"@angular-devkit/build-angular": "latest",
49+
"@angular-devkit/core": "latest",
50+
"@angular-devkit/architect": "latest",
4951
"@angular/cli": "^20.2.2",
5052
"@angular/compiler-cli": "^20.2.2",
5153
"@eslint/js": "^9.22.0",
@@ -57,6 +59,8 @@
5759
"eslint": "^9.22.0",
5860
"eslint-config-prettier": "^9.1.0",
5961
"firebase": "^11",
62+
"jsonc-parser": "^3.2.0",
63+
"vite": "^6.2.2",
6064
"vitest": "^3.2.0",
6165
"@vitest/ui": "^3.2.0",
6266
"@vitest/coverage-v8": "^3.2.0",

0 commit comments

Comments
 (0)