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 })