i never actually added the var
All checks were successful
Code quality checks / biome (push) Successful in 9s
All checks were successful
Code quality checks / biome (push) Successful in 9s
This commit is contained in:
parent
6bbf474b93
commit
92f2280099
1 changed files with 4 additions and 0 deletions
|
@ -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.IN_PTERODACTYL === "true") {
|
||||||
|
console.log("Server Started");
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue