Sfoglia il codice sorgente

Firebase Hosting setup

master
kj1352 4 anni fa
parent
commit
85f5332def
3 ha cambiato i file con 1463 aggiunte e 0 eliminazioni
  1. +1442
    -0
      .firebase/hosting.d3d3.cache
  2. +5
    -0
      .firebaserc
  3. +16
    -0
      firebase.json

+ 1442
- 0
.firebase/hosting.d3d3.cache
File diff soppresso perché troppo grande
Vedi File


+ 5
- 0
.firebaserc Vedi File

@@ -0,0 +1,5 @@
{
"projects": {
"default": "kxip-21"
}
}

+ 16
- 0
firebase.json Vedi File

@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

Caricamento…
Annulla
Salva