mono updates

This commit is contained in:
Devin Zuczek
2026-08-15 16:51:50 -04:00
parent 66c09806f9
commit 8e0f090d18
15 changed files with 185 additions and 28 deletions
+10
View File
@@ -41,6 +41,16 @@
"env": ["CLOUDFLARE_ACCOUNT_ID", "CLOUDFLARE_API_TOKEN"],
"outputLogs": "new-only"
},
// The combined `mono` worker's deploy (see apps/mono). Deliberately NOT called
// `deploy`: mono is a debugging deployable that runs every service in one Worker,
// an ALTERNATIVE to the split set rather than a member of it, so `just deploy`
// must not sweep it up. Ship it on demand with `just deploy-mono`.
"deploy:mono": {
"cache": false,
"dependsOn": ["build", "topo"],
"env": ["CLOUDFLARE_ACCOUNT_ID", "CLOUDFLARE_API_TOKEN"],
"outputLogs": "new-only"
},
// Apply D1 migrations. Only workers that own migrations define a `migrate`
// script, so `turbo migrate` runs just those. No build needed.
"migrate": {