Skip to content

Commit

Permalink
Merge pull request #65 from sarathrajan922/feature/user
Browse files Browse the repository at this point in the history
pm2 config file created
  • Loading branch information
sarathrajan922 authored Oct 28, 2023
2 parents 20312ba + e1a2e8c commit 3f6acf4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server/pm2.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
apps: [
{
name: '',
script: 'build/app.js',
env: {
NODE_ENV: 'production',
},
env_file: '.env',
},
],
};

0 comments on commit 3f6acf4

Please sign in to comment.