A heckin ton. Mostly hackish

This commit is contained in:
Gnarwhal 2021-02-16 14:11:12 -05:00
parent 052052d76b
commit b229ff9a15
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
70 changed files with 2226 additions and 881 deletions

View file

@ -1 +1,5 @@
{}
{
"hosts": {
"backend": "https://localhost:4730"
}
}

View file

@ -2,6 +2,9 @@
"extends": [
"config/base.json"
],
"hosts": {
"frontend": "http://localhost:8080"
},
"build": "debug",
"port": 8080
}

View file

@ -2,6 +2,9 @@
"extends": [
"config/base.json"
],
"hosts": {
"frontend": "http://localhost"
},
"build": "release",
"port": 80
}