This commit is contained in:
Vendicated
2022-08-29 02:25:27 +02:00
commit af498e7829
11 changed files with 1186 additions and 0 deletions

4
src/utils/constants.ts Normal file
View File

@ -0,0 +1,4 @@
import { join } from 'path';
export const WEBPACK_CHUNK = "webpackChunkdiscord_app";
// export const SETTINGS_DIR = join(process.env.DATA_DIR!, "settings");