feat(utils): implement simple logger

This commit is contained in:
Pihkaal
2025-12-05 20:22:20 +01:00
parent 8c78725e65
commit a541b82404
2 changed files with 102 additions and 0 deletions

View File

@@ -1 +1,2 @@
export * from "./env";
export * from "./logger";