diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..0b8c9f0 --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "chatapp-90a01" + } +} diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..e29a031 --- /dev/null +++ b/firebase.json @@ -0,0 +1,11 @@ +{ + "hosting": { + "public": "build", + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] + } +}