10 lines
130 B
JSON
10 lines
130 B
JSON
{
|
|
"extends": [
|
|
"config/base.json"
|
|
],
|
|
"hosts": {
|
|
"frontend": "http://localhost:8080"
|
|
},
|
|
"build": "debug",
|
|
"port": 8080
|
|
}
|