- 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> |
||
|---|---|---|
| .vscode | ||
| app | ||
| data/sqlite | ||
| pkgs | ||
| .gitignore | ||
| Dockerfile | ||
| README.md | ||
| bun.lockb | ||
| dockerzip | ||
| package.json | ||
| tsconfig.json | ||
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.