Skip to content

Commit

Permalink
editing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rheam97 committed Nov 22, 2023
1 parent 1a5c22c commit 3486100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'dotenv/config'
import { configDotenv } from 'dotenv';

const path = require('path');

require('dotenv').config({path: '.env'});
Expand Down

0 comments on commit 3486100

Please sign in to comment.