Remove wrangler logs

This commit is contained in:
Nate Kelley 2025-09-11 21:42:21 -06:00
parent a9fa42a708
commit 4819a4aa4d
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
"build:production": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode production -- --typecheck",
"build:local": "pnpm prebuild && cross-env NODE_OPTIONS=--max-old-space-size=12288 vite build -- --typecheck --local",
"build-storybook": "storybook build",
"log:staging": "WRANGLER_LOG=debug npx wrangler tail --format=pretty --env=staging",
"build:visualize": "npx vite-bundle-visualizer",
"dev": "vite dev --port 3000",
"dev:fast": "pnpm run build:local && pnpm run start:bun",