Skip to content

Commit 47c3228

Browse files
committed
include v2 hosting
1 parent 34c009c commit 47c3228

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Diff for: .firebaserc

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"ccd-firebase-app-check": {
77
"hosting": {
88
"default": [
9-
"ccd-firebase-app-check-not"
9+
"ccd-firebase-app-check"
10+
],
11+
"v2": [
12+
"ccd-firebase-app-check-v2"
1013
],
1114
"with": [
1215
"ccd-firebase-app-check-with"

Diff for: firebase.json

+15
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@
1919
}
2020
]
2121
},
22+
{
23+
"target": "v2",
24+
"public": "dist",
25+
"ignore": [
26+
"firebase.json",
27+
"**/.*",
28+
"**/node_modules/**"
29+
],
30+
"rewrites": [
31+
{
32+
"source": "**",
33+
"destination": "/index.html"
34+
}
35+
]
36+
},
2237
{
2338
"target": "with",
2439
"public": "dist",

0 commit comments

Comments
 (0)