This commit is contained in:
Mikan
2025-06-02 17:30:35 +03:00
parent b5b2439bd8
commit 7538faa699
18 changed files with 528 additions and 212 deletions

5
src/utils/checkdebug.ts Normal file
View File

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