Initial commit

This commit is contained in:
2026-03-16 22:05:19 +03:00
commit 8e78b8cb47
71 changed files with 7846 additions and 0 deletions

11
src/GlobalVars.ts Executable file
View File

@@ -0,0 +1,11 @@
export const baseUrl = "/quantum";
export const baseDomain = "localhost";
export const basePort = 8001;
export const keycloakURI = "http://auth.localhost";
export const baseUri = `http://${baseDomain}:${basePort}`;
//AppShell vars
export const headerHeight = 50;
export const sideMenuWidth = 280;
// Global Style vars
export const defaultAnimationDuration = 100;