fix bun startup

This commit is contained in:
Peter Steinberger 2025-06-21 10:02:37 +02:00
parent d60bb8b95f
commit 8616a655df

View file

@ -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...');