Skip to content

Commit

Permalink
chore: move pm2 config to cjs ext (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: Koyuki <166886195+KoyukiChan@users.noreply.github.com>
  • Loading branch information
Koyuki authored Apr 13, 2024
1 parent ed3f1d9 commit 18c0bef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 next build",
"build:ci": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 NEXT_TELEMETRY_DISABLED=1 CI=true next build",
"lint": "eslint --ext .ts,.tsx --ignore-path .gitignore . --fix",
"prod:pm2": "cross-env NODE_ENV=production pm2 restart ecosystem.config.js",
"prod:stop": "pm2 stop ecosystem.config.js",
"prod:reload": "pm2 reload ecosystem.config.js"
"prod:pm2": "cross-env NODE_ENV=production pm2 restart ecosystem.config.cjs",
"prod:stop": "pm2 stop ecosystem.config.cjs",
"prod:reload": "pm2 reload ecosystem.config.cjs"
},
"dependencies": {
"@aws-sdk/client-s3": "3.552.0",
Expand Down

0 comments on commit 18c0bef

Please sign in to comment.