From 5671c8c323cc8d0a45c8fedb096eeae28ec57add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=A5=E6=9C=A8Haruki?= Date: Mon, 9 Dec 2024 22:00:17 +0800 Subject: [PATCH] chore: update package.json [skip ci] --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",