diff --git a/frontend/package.json b/frontend/package.json index 05362c6..2f4289e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -3,9 +3,10 @@ "version": "1.0.0", "scripts": { "dev": "vite --host --port 8080", + "serve": "vite --host --port 8080", "build-staging": "vite build --mode staging", "build": "vite build", - "serve": "vite preview" + "preview": "vite preview" }, "dependencies": { "@ant-design/icons-vue": "^6.1.0",