From fb46b1ff9ec805ca66f47641057b03f5abd10e4d Mon Sep 17 00:00:00 2001 From: LiBr Date: Mon, 13 Apr 2026 18:10:44 +0800 Subject: [PATCH] update --- README.md | 8 +++++++- frontend/src/components/Header.tsx | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc56d72..4170f9d 100644 --- a/README.md +++ b/README.md @@ -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) - diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index b0992ed..77c7098 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -18,7 +18,7 @@ export function Header({ currentPage, onNavigate }: HeaderProps) { className="flex items-center gap-2 text-[15px] font-semibold tracking-tight text-ink no-underline" > - A + S Side Impactor