JavaScript-optional public web frontend for Bluesky anartia.kelinci.net
sveltekit atcute bluesky typescript svelte
9
fork

Configure Feed

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

chore: mess around with wrangler

mary.my.id 78066f24 6f922203

verified
+3 -1
+3 -1
wrangler.jsonc
··· 1 { 2 "name": "anartia", 3 "main": ".svelte-kit/cloudflare/_worker.js", 4 - "compatibility_date": "2025-01-01", 5 "assets": { 6 "binding": "ASSETS", 7 "directory": ".svelte-kit/cloudflare",
··· 1 { 2 + "$schema": "https://unpkg.com/wrangler@latest/config-schema.json", 3 "name": "anartia", 4 "main": ".svelte-kit/cloudflare/_worker.js", 5 + "compatibility_flags": ["nodejs_als"], 6 + "compatibility_date": "2025-08-16", 7 "assets": { 8 "binding": "ASSETS", 9 "directory": ".svelte-kit/cloudflare",