remove dotenv since bun uses process.env
This commit is contained in:
parent
f59f3b9083
commit
725eb7d762
1 changed files with 0 additions and 8 deletions
|
@ -1,13 +1,5 @@
|
|||
import dotenv from "dotenv";
|
||||
|
||||
import { logger } from "@/helpers/logger";
|
||||
|
||||
try {
|
||||
dotenv.config();
|
||||
} catch {
|
||||
logger.error("No .env file found consider creating one");
|
||||
}
|
||||
|
||||
export const environment: Environment = {
|
||||
port: parseInt(process.env.PORT || "6600", 10),
|
||||
host: process.env.HOST || "0.0.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue