1
0

chore: add pnpm run dev alias

This commit is contained in:
kolaente 2024-02-08 23:03:42 +01:00
parent 8b3cf2ed7e
commit aab36eb89c
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -24,7 +24,8 @@
], ],
"type": "module", "type": "module",
"scripts": { "scripts": {
"serve": "vite", "dev": "vite",
"serve": "pnpm run dev",
"preview": "vite preview --port 4173", "preview": "vite preview --port 4173",
"preview:dev": "vite preview --outDir dist-dev --mode development --port 4173", "preview:dev": "vite preview --outDir dist-dev --mode development --port 4173",
"build": "vite build && workbox copyLibraries dist/", "build": "vite build && workbox copyLibraries dist/",