Skip to content

Commit

Permalink
env(fix): put path specification again
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoSerranoP committed Oct 20, 2023
1 parent d7a103d commit acc986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as dotenv from "dotenv";
dotenv.config();
dotenv.config({ path: __dirname+'/.env' });

import cors from 'cors';
import express from 'express';
Expand Down

0 comments on commit acc986a

Please sign in to comment.