Skip to content

Commit

Permalink
Merge pull request #487 from Kpoke/fix/trigger_deployment
Browse files Browse the repository at this point in the history
fix/trigger deployment
  • Loading branch information
Kpoke authored Oct 8, 2024
2 parents 0157c4c + 21388b9 commit 5222e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require('dotenv').config({ path: `.env.${process.env.NODE_ENV}` });
const log = require('loglevel');
// setup log level
require('./setup');

const app = require('./app');

const port = process.env.NODE_PORT || 3006;
Expand Down

0 comments on commit 5222e7b

Please sign in to comment.