change license to BSD 3-Clause
All checks were successful
Code quality checks / biome (push) Successful in 8s

This commit is contained in:
creations 2025-04-28 04:11:57 -04:00
parent 076f886e79
commit 330c71b37f
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 25 additions and 19 deletions

View file

@ -1,6 +1,5 @@
import { logger } from "@creations.works/logger";
import { serverHandler } from "@/server";
import { logger } from "@creations.works/logger";
async function main(): Promise<void> {
serverHandler.initialize();