Initial commit

This commit is contained in:
wm-fontis
2023-07-13 13:12:19 +02:00
commit 8a0467f821
132 changed files with 17072 additions and 0 deletions

5
frontend/src/config.ts Normal file
View File

@@ -0,0 +1,5 @@
import configClient from "../../api/hooks/config-client"
export const apiBaseURL = "/api/"
export const release = configClient.release
console.log("Release: ", release)