pass lint
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 11s
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 11s
This commit is contained in:
parent
f61a24c15f
commit
6a7c676373
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const start_app = () => {
|
|||
|
||||
// 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