Kaynağa Gözat

Firebase Hosting setup

master
kj1352 4 yıl önce
ebeveyn
işleme
85f5332def
3 değiştirilmiş dosya ile 1463 ekleme ve 0 silme
  1. +1442
    -0
      .firebase/hosting.d3d3.cache
  2. +5
    -0
      .firebaserc
  3. +16
    -0
      firebase.json

+ 1442
- 0
.firebase/hosting.d3d3.cache
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 5
- 0
.firebaserc Dosyayı Görüntüle

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

+ 16
- 0
firebase.json Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet