chore: nextjs 버전 fix & pm2 실행 스크립트 수정
This commit is contained in:
parent
1f723c9ce7
commit
3027f47d5d
@ -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",
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
var exec = require('child_process').exec
|
||||
exec('yarn start', { windowsHide: true })
|
||||
exec('yarn dev', { windowsHide: true })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user