diff --git a/nodemon.json b/nodemon.json index 7ce40ea3a..0768a4245 100644 --- a/nodemon.json +++ b/nodemon.json @@ -6,5 +6,5 @@ "ignore": [ "src/**/*.spec.ts" ], - "exec": "vite build" + "exec": "node_modules/.bin/vite build" }