From 3027f47d5d59e04e0f0d4965e7e231bd6147fce6 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Thu, 27 Mar 2025 13:33:29 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20nextjs=20=EB=B2=84=EC=A0=84=20fix=20&?= =?UTF-8?q?=20pm2=20=EC=8B=A4=ED=96=89=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- startscript.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f31b9d3..655fce49 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/startscript.js b/startscript.js index 37f52696..890c30f8 100644 --- a/startscript.js +++ b/startscript.js @@ -1,2 +1,2 @@ var exec = require('child_process').exec -exec('yarn start', { windowsHide: true }) +exec('yarn dev', { windowsHide: true })