bump up version to 2.3

This commit is contained in:
Amruth Pillai
2020-12-05 16:19:52 +05:30
parent cd0c847606
commit bce80a9101
3 changed files with 17 additions and 6 deletions
+15 -5
View File
@@ -1,9 +1,19 @@
{
"hosting": {
"target": "rxresume",
"public": "./public",
"ignore": ["**/.*", "firebase.json", "**/node_modules/**"]
},
"hosting": [{
"site": "rxresume",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}],
"emulators": {
"functions": {
"port": 5001