diff --git a/dashboard/package.json b/dashboard/package.json index 5ddeccf..b88c5d7 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -5,9 +5,8 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "webpack", - "dev": "webpack serve", - "build-watch": "webpack -w -h" + "build": "vite build", + "dev": "vite", }, "author": "", "license": "ISC",