diff --git a/package.json b/package.json index 0085628..0ab1f47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start" + "dev": "vite", + "build": "vite build", + "preview": "vite preview" } -} \ No newline at end of file +}