A heckin ton. Mostly hackish
This commit is contained in:
parent
052052d76b
commit
b229ff9a15
70 changed files with 2226 additions and 881 deletions
|
@ -1 +1,5 @@
|
|||
{}
|
||||
{
|
||||
"hosts": {
|
||||
"backend": "https://localhost:4730"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
"extends": [
|
||||
"config/base.json"
|
||||
],
|
||||
"hosts": {
|
||||
"frontend": "http://localhost:8080"
|
||||
},
|
||||
"build": "debug",
|
||||
"port": 8080
|
||||
}
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
"extends": [
|
||||
"config/base.json"
|
||||
],
|
||||
"hosts": {
|
||||
"frontend": "http://localhost"
|
||||
},
|
||||
"build": "release",
|
||||
"port": 80
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue