personal web client for Bluesky
typescript
solidjs
bluesky
atcute
1{
2 "$schema": "https://unpkg.com/wrangler@latest/config-schema.json",
3 "name": "aglais",
4 "compatibility_date": "2025-08-16",
5 "main": "server/index.ts",
6 "assets": {
7 "not_found_handling": "single-page-application",
8 "run_worker_first": ["/xrpc/*", "/oauth-client-metadata.json", "/oauth-jwks.json"],
9 },
10}