This commit is contained in:
Johannes Heuel
2022-06-25 17:16:13 +02:00
commit 9449d992c0
33 changed files with 5100 additions and 0 deletions

7
frontend/Trunk.toml Normal file
View File

@@ -0,0 +1,7 @@
[build]
target = "index.html"
dist = "dist"
port = 3000
[[proxy]]
backend = "http://localhost:8081/api"