Update package.json

This commit is contained in:
Nate Kelley 2025-09-15 14:05:19 -06:00
parent d21935613e
commit 4ce10b7e5a
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "@buster-app/web",
"private": true,
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"prebuild": "tsx scripts/validate-env.ts",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build -- --typecheck",