This commit is contained in:
LiBr
2026-04-13 18:10:44 +08:00
parent 4c0aa3bfc0
commit fb46b1ff9e
2 changed files with 8 additions and 2 deletions

View File

@@ -44,6 +44,13 @@ docker build -t sideload-web .
docker run -p 3000:3000 sideload-web
```
## Cloudflare
```bash
cd backend
bun run deploy
```
## Test
```bash
@@ -57,4 +64,3 @@ bun run test:frontend # frontend vitest suite (141 tests)
- [webmuxd](https://github.com/hack-different/webmuxd)
- [zsign](https://github.com/nicehash/zsign)
- [openssl-wasm](https://github.com/nicehash/openssl-wasm)