feat: initial prototype
Node.js CI / Lint and Test (push) Successful in 32s

This commit is contained in:
2025-11-08 15:26:36 -08:00
parent f3bd566832
commit e2a6a44741
13 changed files with 5004 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/**
* @copyright NHCarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
import { Logger } from "@nhcarrigan/logger";
export const logger = new Logger(
"Tyche",
process.env.LOG_TOKEN ?? "",
);