move to biomejs instead of eslint

This commit is contained in:
creations 2025-04-11 04:07:42 -04:00
parent f7082d05c1
commit d6a25705b4
Signed by: creations
GPG key ID: 8F553AA4320FC711
11 changed files with 81 additions and 227 deletions

View file

@ -3,11 +3,7 @@ import { logger } from "@helpers/logger";
import { serverHandler } from "@/server";
async function main(): Promise<void> {
try {
serverHandler.initialize();
} catch (error) {
throw error;
}
serverHandler.initialize();
}
main().catch((error: Error) => {