Files
sungjin.choi 22918fc366
SpecialSource Frontend CD / deploy (push) Successful in 8s
chore : firebase 설정 추가
2026-08-07 08:56:20 +09:00

17 lines
234 B
JSON

{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}