- add "curl nicholai.work" hint below hero headline - add technical blog post about building the terminal UI - update worker wrangler.toml with routes config
16 lines
417 B
TOML
16 lines
417 B
TOML
name = "nicholai-terminal-worker"
|
|
main = "build/worker/shim.mjs"
|
|
compatibility_date = "2025-12-05"
|
|
account_id = "a19f770b9be1b20e78b8d25bdcfd3bbd"
|
|
|
|
# Route all nicholai.work traffic through this worker
|
|
routes = [
|
|
{ pattern = "nicholai.work/*", zone_name = "nicholai.work" }
|
|
]
|
|
|
|
[build]
|
|
command = "cargo install -q worker-build && worker-build --release"
|
|
|
|
[vars]
|
|
PAGES_ORIGIN = "https://nicholai-work-2026.pages.dev"
|