Fix Firebase refresh and enable unhide passwords

This commit is contained in:
Conor McNamara
2023-03-20 12:06:20 +00:00
parent d122680db7
commit ada2ce997f
5 changed files with 26 additions and 9 deletions

View File

@ -1,6 +1,12 @@
{
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": [
"firebase.json",
"**/.*",