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 3486100 commit 4a861ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { configDotenv } from 'dotenv';

const path = require('path');

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


const express = require('express');
const session = require('express-session');
const exphbs = require('express-handlebars');
Expand Down

0 comments on commit 4a861ec

Please sign in to comment.