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