Update package.json

This commit is contained in:
Nate Kelley 2025-09-03 10:58:45 -06:00
parent c6f9b60341
commit bc075d4a69
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 @@
"prebuild": "[ \"$SKIP_ENV_CHECK\" = \"true\" ] || (tsx scripts/validate-env.ts && pnpm run typecheck)",
"build": "tsup",
"build:dry-run": "tsup",
"get-bun-version": "bun -v",
"dev": "bun -v && echo 'Starting server on http://localhost:3002...' && bun --watch src/index.ts",
"dev:fast": "bun --watch src/index.ts",
"dev:build": "tsup --watch",