Skip to content

Commit

Permalink
chore: 포트 변경, ecosystem 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepbluewarn committed Dec 26, 2024
1 parent 64ac1b5 commit baf8904
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
apps: [
{
name: 'my-frame',
script: 'npm',
args: 'start',
env: {
NODE_ENV: 'production',
}
}
]
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"dev": "next dev -p 3031",
"build": "next build",
"start": "next start -p 4040",
"lint": "next lint"
Expand Down

0 comments on commit baf8904

Please sign in to comment.