tangled
alpha
login
or
join now
socksthewolf.com
/
skyscheduler
1
fork
atom
Schedule posts to Bluesky with Cloudflare workers.
skyscheduler.work
cf
tool
bsky-tool
cloudflare
bluesky
schedule
bsky
service
social-media
cloudflare-workers
1
fork
atom
overview
issues
pulls
pipelines
update wrangler settings
SocksTheWolf
1 month ago
58b30d18
b6853fe0
+2
-2
1 changed file
expand all
collapse all
unified
split
wrangler.toml
+2
-2
wrangler.toml
···
1
1
"$schema" = "./node_modules/wrangler/config-schema.json"
2
2
name = "skyscheduler"
3
3
main = "src/index.tsx"
4
4
-
compatibility_date = "2024-12-13"
5
5
-
compatibility_flags = [ "nodejs_compat" ]
4
4
+
compatibility_date = "2025-11-18"
5
5
+
compatibility_flags = [ "nodejs_compat", "nodejs_compat_do_not_populate_process_env", "disable_ctx_exports", "disable_nodejs_http_server_modules" ]
6
6
send_metrics = false
7
7
minify = true
8
8
upload_source_maps = true