chore: nextjs 버전 fix & pm2 실행 스크립트 수정

This commit is contained in:
yoosangwook 2025-03-27 13:33:29 +09:00
parent 1f723c9ce7
commit 3027f47d5d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"js-cookie": "^3.0.5",
"mathjs": "^13.0.2",
"mssql": "^11.0.1",
"next": "14.2.21",
"next": "14.2.25",
"next-international": "^1.2.4",
"react": "^18",
"react-chartjs-2": "^5.2.0",

View File

@ -1,2 +1,2 @@
var exec = require('child_process').exec
exec('yarn start', { windowsHide: true })
exec('yarn dev', { windowsHide: true })