Start of backend and webserver
This commit is contained in:
parent
a06a558d7b
commit
e7e5168073
22 changed files with 130 additions and 283 deletions
1
frontend/config/base.json
Normal file
1
frontend/config/base.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
7
frontend/config/debug.json
Normal file
7
frontend/config/debug.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": [
|
||||
"config/base.json"
|
||||
],
|
||||
"build": "debug",
|
||||
"port": 8080
|
||||
}
|
7
frontend/config/release.json
Normal file
7
frontend/config/release.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": [
|
||||
"config/base.json"
|
||||
],
|
||||
"build": "release",
|
||||
"port": 80
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue