diff --git a/package.json b/package.json index 09f8883..5987073 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "d": "vite", "b": "vite build", "p": "vite preview", - "p-npx": "npx serve -s dist -p 3001", - "p-py": "python -m http.server -b 127.0.0.1 -d dist 3001" + "p-static": "npx http-server dist -a 127.0.0.1 -p 3001" }, "dependencies": { "react": "^19.0.0",