aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-08-29 02:25:27 +0200
committerVendicated <vendicated@riseup.net>2022-08-29 02:25:27 +0200
commitaf498e78291b67377aaf876c84143cdfe7c8b308 (patch)
tree091f03c5a78823de12ddd1f4ab60e2fe0ddb4803 /src/utils/constants.ts
downloadVencord-af498e78291b67377aaf876c84143cdfe7c8b308.tar.gz
Vencord-af498e78291b67377aaf876c84143cdfe7c8b308.tar.bz2
Vencord-af498e78291b67377aaf876c84143cdfe7c8b308.zip
Rewrite
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts4
1 files changed, 4 insertions, 0 deletions
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");