disable ok-lines
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 16s
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 16s
This commit is contained in:
parent
e43234f790
commit
0747c3ebe4
1 changed files with 0 additions and 2 deletions
|
@ -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" });
|
||||
|
||||
|
|
Loading…
Reference in a new issue