Fix firebase hosting setting root folder.

This commit is contained in:
codevictory
2022-01-11 17:12:43 +02:00
parent 555ac60c37
commit c714b398a2

View File

@@ -1,6 +1,6 @@
{ {
"hosting": { "hosting": {
"public": "build", "public": ".",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"] "ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
} }
} }