From af498e78291b67377aaf876c84143cdfe7c8b308 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 29 Aug 2022 02:25:27 +0200 Subject: Rewrite --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/utils/constants.ts (limited to 'src/utils/constants.ts') diff --git a/src/utils/constants.ts b/src/utils/constants.ts new file mode 100644 index 0000000..ef008cd --- /dev/null +++ b/src/utils/constants.ts @@ -0,0 +1,4 @@ +import { join } from 'path'; + +export const WEBPACK_CHUNK = "webpackChunkdiscord_app"; +// export const SETTINGS_DIR = join(process.env.DATA_DIR!, "settings"); -- cgit