Update package.json

This commit is contained in:
Nate Kelley 2025-09-15 10:28:26 -06:00
parent e9b26055f0
commit 4bcd59d818
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"build-storybook": "storybook build",
"build:visualize": "npx vite-bundle-visualizer",
"dev": "vite dev --port 3000",
"dev:fast": "pnpm run build:local && pnpm run start:bun",
"dev:fast": "pnpm run build:local && pnpm run start:local",
"generate-routes": "tsr generate",
"lint": "biome check --write",
"serve": "vite preview",