Schedule posts to Bluesky with Cloudflare workers. skyscheduler.work
cf tool bsky-tool cloudflare bluesky schedule bsky service social-media cloudflare-workers
at main 7 lines 128 B view raw
1import 'typed-htmx'; 2 3declare module 'hono/jsx' { 4 namespace JSX { 5 interface HTMLAttributes extends HtmxAttributes {} 6 } 7}