mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-24 14:47:39 +00:00
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:
parent
5d932d7c3d
commit
f0fd625243
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue