Set up project structure

This commit is contained in:
2024-11-28 22:36:52 +01:00
commit dd005475aa
20 changed files with 744 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"development": {
"hostname": "http://localhost:8080"
},
"docker": {
"hostname": "http://localhost:9030"
}
}