From 7004ff4929eb7b3db5821ee593f9625b9af0131c Mon Sep 17 00:00:00 2001 From: Parth Mane Date: Mon, 25 Nov 2024 00:16:57 +0530 Subject: [PATCH] chore: Delete globals index --- src/globals/index.ts | 2 -- src/index.ts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 src/globals/index.ts diff --git a/src/globals/index.ts b/src/globals/index.ts deleted file mode 100644 index 14591f0..0000000 --- a/src/globals/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import '@/globals/prototypes'; -// TODO: yeet this entirely diff --git a/src/index.ts b/src/index.ts index c94e4c1..c851315 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ import 'dotenv/config'; -import '@/globals'; +import '@/globals/prototypes'; import { log } from '@/utils/logger';