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