fix durable options history routing
This commit is contained in:
parent
23ed3809cc
commit
1424a2716f
8 changed files with 271 additions and 4 deletions
|
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue