We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8b9d9 commit 7305464Copy full SHA for 7305464
firebase.json
@@ -116,7 +116,7 @@
116
"destination": "about/tools/index.html"
117
},
118
{
119
- "source": "**",
+ "source": "!/assets/**",
120
"destination": "/index.html"
121
}
122
]
functions/package.json
@@ -41,7 +41,7 @@
41
"@typescript-eslint/parser": "6.18.1",
42
"eslint": "8.56.0",
43
"firebase-functions-test": "3.1.0",
44
- "firebase-tools": "13.0.2",
+ "firebase-tools": "13.0.3",
45
"jest": "29.7.0",
46
"mock-express-request": "0.2.2",
47
"mock-express-response": "0.3.0",
package.json
@@ -96,7 +96,7 @@
96
"tslib": "2.6.2",
97
"web-vitals": "3.5.1",
98
"webm-muxer": "4.0.1",
99
- "zone.js": "0.14.2"
+ "zone.js": "0.14.3"
100
101
"devDependencies": {
102
"@angular-devkit/architect": "0.1700.9",
0 commit comments