Update docs to reflect Node.js SEA instead of Bun

- Update spec.md build system section with Node.js SEA details
- Update README.md production build section to clarify SEA executable
- Both files now correctly reflect the transition from Bun to Node.js

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mario Zechner 2025-06-21 21:49:12 +02:00
parent 5d932d7c3d
commit f0fd625243
2 changed files with 4 additions and 2 deletions

View file

@ -31,8 +31,8 @@ npm run format # Format code
## Production Build
```bash
npm run build
./native/vibetunnel # Run standalone executable
npm run build # Creates Node.js SEA executable
./native/vibetunnel # Run standalone executable (no Node.js required)
```
## Architecture

View file

@ -271,7 +271,9 @@ npx tsx src/fwd.ts --monitor-only <command>
### Build System
- `npm run dev`: Auto-rebuilds TypeScript
- `npm run build`: Full build including Node.js SEA executable
- ESBuild: Fast bundling
- Node.js SEA: Creates standalone executable (Node.js 20+ required)
- Vitest: Testing framework
- Assets: Copied from `src/client/assets/` to `public/` during build