Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
kj
/
sripuram-pwa
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Updated the firebase project and deployment details
main
kj1352
1 ano atrás
pai
87a20a84ec
commit
e4aa258b4e
3 arquivos alterados
com
1437 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1416
-0
.firebase/hosting.d3d3.cache
+5
-0
.firebaserc
+16
-0
firebase.json
+ 1416
- 0
.firebase/hosting.d3d3.cache
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo
+ 5
- 0
.firebaserc
Ver arquivo
@@ -0,0 +1,5 @@
{
"projects": {
"default": "sripuram-webtrigon-2023"
}
}
+ 16
- 0
firebase.json
Ver arquivo
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar