test: use firebase hosting emulator

This commit is contained in:
Kim, Jimin 2023-07-29 10:41:55 +09:00
parent 17735fd855
commit cd528cd130
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
9 changed files with 64 additions and 6 deletions

19
firebase.test.main.json Normal file
View file

@ -0,0 +1,19 @@
{
"hosting": {
"cleanUrls": true,
"trailingSlash": false,
"public": "apps/main/build",
"ignore": ["**/.*"]
},
"emulators": {
"hub": {
"name": "hub",
"host": "localhost",
"port": 4401
},
"hosting": {
"port": 5173
}
}
}