This commit is contained in:
Mikan
2025-05-30 19:32:58 +03:00
parent 93471d038a
commit 90d12b57ec
25 changed files with 3395 additions and 180 deletions

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

@@ -0,0 +1,4 @@
/*
`true` if debug mode enabled and `false` otherwise
*/
export const DEBUG_MODE: boolean = process.env.NODE_ENV === "development";