Skip to content

Commit

Permalink
remove dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Dec 8, 2023
1 parent 2ccb707 commit ca0cd59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import cors from "cors";
import * as dotenv from "dotenv";
import express from "express";
import { createHandler } from "graphql-http/lib/use/express";
import { createApplication } from "graphql-modules";
Expand All @@ -15,8 +14,6 @@ import {
unitModule,
} from "@/modules";

dotenv.config();

const app = express();

const api = createApplication({
Expand Down

0 comments on commit ca0cd59

Please sign in to comment.