Prettified all the things

This commit is contained in:
2020-07-10 22:49:11 +02:00
parent 073b621494
commit ac0b901c35
50 changed files with 2155 additions and 1632 deletions

View File

@@ -1,3 +1,3 @@
export const environment = {
production: true
production: true,
};

View File

@@ -4,8 +4,8 @@
export const environment = {
production: false,
apiUrl: window["env"]["apiUrl"] || "default",
debug: window["env"]["debug"] || false
apiUrl: window['env']['apiUrl'] || 'default',
debug: window['env']['debug'] || false,
};
/*