Update package.json

This commit is contained in:
thehrz 2023-06-25 22:59:49 +08:00
parent cd7d64faf4
commit 7a0f325071
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158

View File

@ -4,7 +4,7 @@
"packageManager": "pnpm@7.17.1",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333",
"dev": "vite --port 3333 --host",
"lint": "eslint .",
"preview": "vite preview",
"preview-https": "serve dist",