We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184475a commit f9c5cecCopy full SHA for f9c5cec
firebase.json
@@ -5,6 +5,12 @@
5
"firebase.json",
6
"**/.*",
7
"**/node_modules/**"
8
+ ],
9
+ "rewrites": [
10
+ {
11
+ "source": "**",
12
+ "destination": "/index.html"
13
+ }
14
]
15
}
16
jsconfig.json
@@ -5,4 +5,4 @@
"include": [
"src/**/*"
-}
+}
public/manifest.json
@@ -2,4 +2,4 @@
2
"short_name": "Python Create",
3
"name": "Python Create",
4
"description": "Python Create supports you in developing Python projects"
0 commit comments