comments
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 15s

This commit is contained in:
Mylloon 2024-09-04 13:04:11 +02:00
parent 98bafc2e86
commit 055bb60d22
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
/** Load the app. */
/** Load the app */
const start_app = () => {
import("./load").then((l) => l.run().catch((error) => console.error(error)));
};

View file

@ -8,6 +8,7 @@ const start_manager = () => {
manager.spawn();
};
// Load .env if not in prod
if (process.env.NODE_ENV !== "production") {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore