forgot to stage

This commit is contained in:
creations 2025-05-12 18:49:53 -04:00
parent aa24c979ee
commit a25aff0e24
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 51 additions and 10 deletions

View file

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