소스 검색

Updated the firebase project and deployment details

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

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


+ 5
- 0
.firebaserc 파일 보기

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

+ 16
- 0
firebase.json 파일 보기

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

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