Skip to content

Commit 2e2811b

Browse files
committed
chore(firebase): fix firebase.json
1 parent 61d9fa1 commit 2e2811b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

firebase.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"hosting": {
3-
"target": "app",
4-
"public": "dist/client"
5-
},
6-
"hosting": {
7-
"target": "docs",
8-
"public": "dist/docs"
9-
}
2+
"hosting": [
3+
{
4+
"target": "app",
5+
"public": "dist/client"
6+
},
7+
{
8+
"target": "docs",
9+
"public": "dist/docs"
10+
}
11+
]
1012
}

0 commit comments

Comments
 (0)