mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-25 14:57:37 +00:00
fix bun startup
This commit is contained in:
parent
d60bb8b95f
commit
8616a655df
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ try {
|
|||
|
||||
// 3. Compile with Bun
|
||||
console.log('Compiling with Bun...');
|
||||
execSync('bun build src/server.ts --compile --outfile native/vibetunnel', { stdio: 'inherit' });
|
||||
execSync('bun build src/index.ts --compile --outfile native/vibetunnel', { stdio: 'inherit' });
|
||||
|
||||
// 4. Copy native modules
|
||||
console.log('Creating native directory and copying modules...');
|
||||
|
|
|
|||
Loading…
Reference in a new issue