Start of backend and webserver

This commit is contained in:
Gnarwhal 2021-01-27 14:35:09 -05:00
parent a06a558d7b
commit e7e5168073
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
22 changed files with 130 additions and 283 deletions

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1,7 @@
{
"extends": [
"config/base.json"
],
"build": "debug",
"port": 8080
}

View file

@ -0,0 +1,7 @@
{
"extends": [
"config/base.json"
],
"build": "release",
"port": 80
}