diff --git a/package.json b/package.json index 86f7cbd..ccae9df 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "react-dom": "^18.0.0", "tailwindcss": "^4.0.0-beta.3" }, - "scripts": { + "scripts": { "start": "vite --port 3000", + "dev": "vite", "build": "vite build", "preview": "vite preview" }