소스 검색

Firebase Hosting setup

master
kj1352 4 년 전
부모
커밋
85f5332def
3개의 변경된 파일1463개의 추가작업 그리고 0개의 파일을 삭제
  1. +1442
    -0
      .firebase/hosting.d3d3.cache
  2. +5
    -0
      .firebaserc
  3. +16
    -0
      firebase.json

+ 1442
- 0
.firebase/hosting.d3d3.cache
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 5
- 0
.firebaserc 파일 보기

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

+ 16
- 0
firebase.json 파일 보기

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

불러오는 중...
취소
저장