disable ok-lines
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 10s

This commit is contained in:
Mylloon 2024-09-04 13:06:54 +02:00
parent 055bb60d22
commit 08b62b1175
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -10,8 +10,6 @@ const start_manager = () => {
// Load .env if not in prod
if (process.env.NODE_ENV !== "production") {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import("dotenv").then((c) => {
c.config({ path: "./config/.env" });