이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
kj
/
kxip-app
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Firebase Hosting setup
master
kj1352
4 년 전
부모
ec5f1d22fb
커밋
85f5332def
3개의 변경된 파일
과
1463개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1442
-0
.firebase/hosting.d3d3.cache
+5
-0
.firebaserc
+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"
}
]
}
}
쓰기
미리보기
불러오는 중...
취소
저장