Skip to content

Commit 766e54a

Browse files
authored
fix: Fixes config for Firebase App Hosting. (#63)
1 parent 15ca18b commit 766e54a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

firebase.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
22
"hosting": {
3-
"public": "./dist",
3+
"public": "dist",
44
"ignore": [
55
"firebase.json",
66
"**/.*",
77
"**/node_modules/**"
88
]
9+
},
10+
"emulators": {
11+
"hosting": {
12+
"port": 8080
13+
},
14+
"ui": {
15+
"enabled": false
16+
},
17+
"singleProjectMode": true
918
}
1019
}

0 commit comments

Comments
 (0)