diff options
author | Vendicated <vendicated@riseup.net> | 2022-08-29 18:11:44 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-08-29 18:11:44 +0200 |
commit | 876e622f4f61a4aa229ad69782d374335c3d8d6b (patch) | |
tree | 9119371f584f59b4512553d6548bd11fc84b7dcf /src/utils/constants.ts | |
parent | af498e78291b67377aaf876c84143cdfe7c8b308 (diff) | |
download | Vencord-876e622f4f61a4aa229ad69782d374335c3d8d6b.tar.gz Vencord-876e622f4f61a4aa229ad69782d374335c3d8d6b.tar.bz2 Vencord-876e622f4f61a4aa229ad69782d374335c3d8d6b.zip |
Progress
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r-- | src/utils/constants.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index ef008cd..e948309 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1,4 +1 @@ -import { join } from 'path'; - export const WEBPACK_CHUNK = "webpackChunkdiscord_app"; -// export const SETTINGS_DIR = join(process.env.DATA_DIR!, "settings"); |