- Add detailed debug logging throughout ZIP loading process - Log ZIP file size, extraction progress, and file counts - Track metadata parsing and content setup - Monitor public files, server, site, and core file loading - Add error logging with stack traces - Log completion of each deployment step This will help identify where the server startup is getting stuck during ZIP deployment loading. 🤖 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.