Ver a proveniência

Firebase Hosting setup

master
kj1352 há 4 anos
ascendente
cometimento
85f5332def
3 ficheiros alterados com 1463 adições e 0 eliminações
  1. +1442
    -0
      .firebase/hosting.d3d3.cache
  2. +5
    -0
      .firebaserc
  3. +16
    -0
      firebase.json

+ 1442
- 0
.firebase/hosting.d3d3.cache
A apresentação das diferenças no ficheiro foi suprimida por ser demasiado grande
Ver ficheiro


+ 5
- 0
.firebaserc Ver ficheiro

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

+ 16
- 0
firebase.json Ver ficheiro

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

Carregando…
Cancelar
Guardar