test: use firebase hosting emulator
This commit is contained in:
parent
17735fd855
commit
cd528cd130
9 changed files with 64 additions and 6 deletions
19
firebase.test.main.json
Normal file
19
firebase.test.main.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue