diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 00000000..3e9da2dc --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "daplog" + } +} diff --git a/firebase.json b/firebase.json new file mode 100644 index 00000000..16170770 --- /dev/null +++ b/firebase.json @@ -0,0 +1,16 @@ +{ + "hosting": { + "public": "out", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] + } +}