add stupid env var
Some checks failed
Code quality checks / biome (push) Failing after 8s

This commit is contained in:
creations 2025-04-22 20:19:22 -04:00
parent dd4a96cea4
commit 45d9053aea
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -10,3 +10,7 @@ main().catch((error: Error) => {
logger.error(["Error initializing the server:", error]); logger.error(["Error initializing the server:", error]);
process.exit(1); process.exit(1);
}); });
if (process.env.Inpterodactyl === "true") {
console.log("Server Started");
}