mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 17:34:52 +10:00
bump up version to 2.3
This commit is contained in:
+15
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user