Enhance build scripts and add new feature flags in bun-bundle

This commit is contained in:
nirholas
2026-03-31 11:06:49 +00:00
parent d35ea47ba7
commit 754fea0e82
3 changed files with 81 additions and 7 deletions

View File

@@ -10,6 +10,9 @@
"claude": "src/entrypoints/cli.tsx"
},
"scripts": {
"build": "bun scripts/build-bundle.ts",
"build:watch": "bun scripts/build-bundle.ts --watch",
"build:prod": "bun scripts/build-bundle.ts --minify",
"typecheck": "tsc --noEmit",
"lint": "biome check src/",
"lint:fix": "biome check --write src/",
@@ -65,6 +68,7 @@
"@types/semver": "^7.5.8",
"@types/stack-utils": "^2.0.3",
"@types/ws": "^8.5.0",
"esbuild": "^0.25.0",
"typescript": "^5.7.0"
},
"engines": {