move to biomejs instead of eslint
This commit is contained in:
parent
f7082d05c1
commit
d6a25705b4
11 changed files with 81 additions and 227 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue