diff options
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r-- | src/utils/constants.ts | 4 |
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"); |