19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"hosting": {
|
|
"cleanUrls": true,
|
|
"trailingSlash": false,
|
|
"public": "apps/portfolio/dist",
|
|
"ignore": ["**/.*"]
|
|
},
|
|
|
|
"emulators": {
|
|
"hub": {
|
|
"name": "hub",
|
|
"host": "localhost",
|
|
"port": 4402
|
|
},
|
|
"hosting": {
|
|
"port": 5174
|
|
}
|
|
}
|
|
}
|