feat: add more folders and organize code

This commit is contained in:
Zamitto 2024-10-04 13:26:52 -03:00
parent 241d7692b9
commit 0acb0fd4c8
3 changed files with 64 additions and 35 deletions

View file

@ -29,3 +29,4 @@ log.initialize();
export const pythonInstanceLogger = log.scope("python-instance");
export const logger = log.scope("main");
export const achievementsLogger = log.scope("achievements");