Explorar el Código

Updated the firebase project and deployment details

main
kj1352 hace 1 año
padre
commit
e4aa258b4e
Se han modificado 3 ficheros con 1437 adiciones y 0 borrados
  1. +1416
    -0
      .firebase/hosting.d3d3.cache
  2. +5
    -0
      .firebaserc
  3. +16
    -0
      firebase.json

+ 1416
- 0
.firebase/hosting.d3d3.cache
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 5
- 0
.firebaserc Ver fichero

@@ -0,0 +1,5 @@
{
"projects": {
"default": "sripuram-webtrigon-2023"
}
}

+ 16
- 0
firebase.json Ver fichero

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

Cargando…
Cancelar
Guardar