Skip to content

Commit ff51fb6

Browse files
committed
build: update types, firebase, zone.js, tslib, lint-staged, source-map-explorer
- migrate to new Firebase Hosting emulator - no longer need `git add` for latest versions of lint-staged
1 parent 1b5cd82 commit ff51fb6

File tree

3 files changed

+789
-731
lines changed

3 files changed

+789
-731
lines changed

firebase.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,14 @@
6969
],
7070
"trailingSlash": false
7171
}
72-
]
72+
],
73+
"emulators": {
74+
"hosting": {
75+
"port": 4200
76+
},
77+
"ui": {
78+
"enabled": true,
79+
"port": 4202
80+
}
81+
}
7382
}

0 commit comments

Comments
 (0)