Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
kj
/
sripuram-pwa
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Updated the firebase project and deployment details
main
kj1352
1 anno fa
parent
87a20a84ec
commit
e4aa258b4e
3 ha cambiato i file
con
1437 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1416
-0
.firebase/hosting.d3d3.cache
+5
-0
.firebaserc
+16
-0
firebase.json
+ 1416
- 0
.firebase/hosting.d3d3.cache
File diff soppresso perché troppo grande
Vedi File
+ 5
- 0
.firebaserc
Vedi File
@@ -0,0 +1,5 @@
{
"projects": {
"default": "sripuram-webtrigon-2023"
}
}
+ 16
- 0
firebase.json
Vedi File
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva