A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing
57
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 36b37884d804c1ec44384e4e23aa14a30e6898db 18 lines 461 B view raw
1name = "sequoia-docs" 2main = "src/index.ts" 3compatibility_date = "2025-04-01" 4compatibility_flags = ["nodejs_compat"] 5 6[assets] 7directory = "./docs/dist" 8binding = "ASSETS" 9not_found_handling = "single-page-application" 10html_handling = "auto-trailing-slash" 11run_worker_first = ["/api/*", "/oauth/*", "/subscribe", "/subscribe/*"] 12 13[[kv_namespaces]] 14binding = "SEQUOIA_SESSIONS" 15id = "b9fedf2798a249669b3aeeaca70a0bf8" 16 17[vars] 18CLIENT_URL = "https://sequoia.pub"