Go to file
wanhasibala ca1e9c8f45 Fix zip file corruption for deployment 2025-11-25 16:29:50 +07:00
.vscode wip fix 2024-03-20 21:21:01 +07:00
app Fix zip file corruption for deployment 2025-11-25 16:29:50 +07:00
pkgs Fix zip file corruption for deployment 2025-11-25 16:29:50 +07:00
static fix: remove obsolete files and update service worker version 2025-03-16 14:27:16 +07:00
static-br-temp Fix zip file corruption for deployment 2025-11-25 16:29:50 +07:00
static-temp Fix zip file corruption for deployment 2025-11-25 16:29:50 +07:00
.gitignore Add source map files and large images to gitignore to reduce repo size 2025-08-17 15:34:11 +07:00
Dockerfile Fix Docker deployment by removing problematic bun pm trust command 2025-11-21 15:26:04 +07:00
README.md init 2023-10-14 10:26:10 +07:00
bun.lockb fix 2025-02-24 19:19:12 +07:00
deploy.sh wip fix 2024-01-22 01:55:16 +07:00
dockerzip fix main 2024-12-18 19:03:27 +07:00
package.json Replace msgpack encoding with actual zip file creation 2025-11-19 10:12:33 +00:00
tsconfig.json wip fix 2024-03-20 21:21:01 +07:00
types.d.ts fix 2023-10-16 10:17:04 +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.