Skip to content

Commit

Permalink
Merge pull request #66 from sarathrajan922/feature/agent
Browse files Browse the repository at this point in the history
pm2 config file name added
  • Loading branch information
sarathrajan922 authored Oct 28, 2023
2 parents 3f6acf4 + 4fb50fe commit 9b1de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pm2.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
apps: [
{
name: '',
name: 'voyago',
script: 'build/app.js',
env: {
NODE_ENV: 'production',
Expand Down

0 comments on commit 9b1de29

Please sign in to comment.