Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
kj
/
kxip-app
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
Firebase Hosting setup
master
kj1352
4 vuotta sitten
vanhempi
ec5f1d22fb
commit
85f5332def
3 muutettua tiedostoa
jossa
1463 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1442
-0
.firebase/hosting.d3d3.cache
+5
-0
.firebaserc
+16
-0
firebase.json
+ 1442
- 0
.firebase/hosting.d3d3.cache
File diff suppressed because it is too large
Näytä tiedosto
+ 5
- 0
.firebaserc
Näytä tiedosto
@@ -0,0 +1,5 @@
{
"projects": {
"default": "kxip-21"
}
}
+ 16
- 0
firebase.json
Näytä tiedosto
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna