chore: add pnpm run dev alias

This commit is contained in:
kolaente 2024-02-08 23:03:42 +01:00
parent 8b3cf2ed7e
commit aab36eb89c
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

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