source for getorbyt.com
getorbyt.com/
client
bsky
orbytapp
app
orbyt
bluesky
getorbyt
orbytvideo
atproto
video
1{
2 "$schema": "./node_modules/wrangler/config-schema.json",
3 "name": "orbyt-site",
4 "main": "@astrojs/cloudflare/entrypoints/server",
5 "routes": [
6 {
7 "pattern": "getorbyt.com",
8 "custom_domain": true
9 }
10 ],
11 "compatibility_date": "2026-01-29",
12 "compatibility_flags": ["nodejs_compat"],
13 "assets": {
14 "binding": "ASSETS",
15 "directory": "./dist"
16 },
17 "services": [
18 {
19 "binding": "ORBYT_API",
20 "service": "orbyt-api"
21 }
22 ],
23 "observability": {
24 "enabled": true
25 },
26 "r2_buckets": [
27 {
28 "bucket_name": "orbyt-altstore-adp",
29 "binding": "orbyt_altstore_adp",
30 "remote": true
31 }
32 ]
33}