Go to file
riz 26f277893f Fix Bun.serve port binding and error handling
- Add explicit hostname: '0.0.0.0' to bind all interfaces
- Add try/catch around server creation with proper error logging
- Add server error handler for runtime exceptions
- Add verification timeout to confirm server is actually listening
- Enhanced debugging to identify port binding issues

Fixes issue where server claimed success but wasn't actually listening on port 3000.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 01:14:27 +00:00
.vscode wip fix 2024-01-23 23:03:13 +07:00
app wip fix 2024-01-25 12:21:48 +07:00
data/sqlite fixing compression 2024-12-11 11:17:14 +07:00
pkgs Fix Bun.serve port binding and error handling 2025-11-20 01:14:27 +00:00
.gitignore wip fix 2024-01-25 13:32:34 +07:00
Dockerfile fix 2024-08-15 21:29:07 +07:00
README.md wip fix 2024-01-23 23:03:13 +07:00
bun.lockb Fix ZIP deployment integration with custom ZIP parser 2025-11-19 22:37:53 +00:00
dockerzip fix 2024-07-29 18:06:15 +07:00
package.json fix 2024-07-19 20:59:02 +07:00
tsconfig.json wip fix 2024-01-23 23:03:13 +07:00

README.md

prasi-deploy

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.0.3. Bun is a fast all-in-one JavaScript runtime.