From b7e39b59fd0fc7b5610ebff29035bf622079e0d8 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 5 Oct 2022 20:45:21 +0800 Subject: refactor: Change file structure --- old-apps/portal/src/app/index.ts | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 old-apps/portal/src/app/index.ts (limited to 'old-apps/portal/src/app/index.ts') diff --git a/old-apps/portal/src/app/index.ts b/old-apps/portal/src/app/index.ts deleted file mode 100644 index 0bfb30d..0000000 --- a/old-apps/portal/src/app/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import App from "./index.svelte"; -import "./index.scss"; -import {is_debug, is_development} from "$shared/lib/configuration"; -import {noop} from "$shared/lib/helpers"; - -if (!is_development() && !is_debug()) { - console.log("%c Production; Suppressing logs", "background-color:yellow;color:black;font-size:18px;"); - console.log = noop; -} - -// @ts-ignore -export default new App({ - target: document.getElementById("root"), -}); -- cgit v1.3