16 lines
361 B
TOML
16 lines
361 B
TOML
name = "vixbluesky"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2023-01-01"
|
|
|
|
workers_dev = false
|
|
route = { pattern = "bskyx.app/*", zone_name = "bskyx.app" }
|
|
|
|
[vars]
|
|
BSKY_SERVICE_URL="https://bsky.social/"
|
|
VIXBLUESKY_APP_DOMAIN="bskyx.app"
|
|
VIXBLUESKY_API_URL="https://api.bskyx.app/"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "bskyx"
|
|
id = "ee913536e1fb47dcb9fa6275725f5a6f"
|