Parcourir la source

Firebase Hosting setup

master
kj1352 il y a 4 ans
Parent
révision
85f5332def
3 fichiers modifiés avec 1463 ajouts et 0 suppressions
  1. +1442
    -0
      .firebase/hosting.d3d3.cache
  2. +5
    -0
      .firebaserc
  3. +16
    -0
      firebase.json

+ 1442
- 0
.firebase/hosting.d3d3.cache
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 5
- 0
.firebaserc Voir le fichier

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

+ 16
- 0
firebase.json Voir le fichier

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

Chargement…
Annuler
Enregistrer