some basic views

This commit is contained in:
vabene1111
2024-02-21 20:18:54 +01:00
committed by smilerz
parent 257e886d87
commit 92b7439969
121 changed files with 23617 additions and 34 deletions

View File

@@ -13,7 +13,7 @@
*/
export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
export let BASE_PATH = typeof window !== 'undefined' ? localStorage.getItem('BASE_PATH') || '' : location.protocol + '//' + location.host;
export interface ConfigurationParameters {
basePath?: string; // override base path