Update package.json

This commit is contained in:
thehrz 2023-06-25 22:45:07 +08:00
parent 5567fe81f1
commit cd7d64faf4
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158

View File

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