fix durable options history routing

This commit is contained in:
dirtydishes 2026-05-16 22:00:21 -04:00
parent 23ed3809cc
commit 1424a2716f
8 changed files with 271 additions and 4 deletions

View file

@ -732,9 +732,7 @@ function publicVerification(scope: DeployScope): void {
}
if (scopeIncludesApi(scope)) {
console.log(
"Skipping separate public API health check; same-origin mode relies on the public app check plus runtime-local API verification."
);
runChecked("bun", ["run", "scripts/check-public-api-routes.ts", PUBLIC_APP_URL]);
}
}