No description
  • Rust 75.3%
  • HTML 24.7%
Find a file
2026-02-15 15:28:58 +08:00
pages Revert "build: reuse dist folder at workspace root" 2026-01-29 10:00:14 +08:00
src fix: fix segments 2026-02-15 15:28:58 +08:00
static/templates init: initial commit 2026-01-29 09:16:13 +08:00
.gitignore build: copy non-dot artifacts only 2026-01-29 15:35:47 +08:00
Cargo.lock fix: fix segments 2026-02-15 15:28:58 +08:00
Cargo.toml fix: fix segments 2026-02-15 15:28:58 +08:00
LICENSE init: initial commit 2026-01-29 09:16:13 +08:00
README.md build: copy non-dot artifacts only 2026-01-29 15:35:47 +08:00
wrangler.toml build: copy non-dot artifacts only 2026-01-29 15:35:47 +08:00

jingd

Deployments

Install wrangler first.

Deploy to Cloudflare Workers

Fill in KV namespace <NAMESPACE_ID> at wrangler.toml.

$ wrangler deploy

Deploy to Cloudflare Pages

Fill in KV namespace <NAMESPACE_ID> at pages/wrangler.toml.

jingd $ wrangler build
jingd $ cd pages
pages $ wrangler pages deploy