pompy.dev/firebase.test.blog.json

20 lines
380 B
JSON

{
"hosting": {
"cleanUrls": true,
"trailingSlash": false,
"public": "apps/blog/build",
"ignore": ["**/.*"]
},
"emulators": {
"hub": {
"name": "hub",
"host": "localhost",
"port": 4400
},
"hosting": {
"host": "localhost",
"port": 3000
}
}
}