We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a52e7 commit 9c772efCopy full SHA for 9c772ef
.firebaserc
@@ -0,0 +1,5 @@
1
+{
2
+ "projects": {
3
+ "default": "dji-mapper"
4
+ }
5
+}
firebase.json
@@ -0,0 +1,16 @@
+ "hosting": {
+ "public": "build/web",
+ "ignore": [
+ "firebase.json",
6
+ "**/.*",
7
+ "**/node_modules/**"
8
+ ],
9
+ "rewrites": [
10
+ {
11
+ "source": "**",
12
+ "destination": "/index.html"
13
14
+ ]
15
16
0 commit comments