We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to also make sure do check this repo for: withastro/astro#9168
The text was updated successfully, but these errors were encountered:
I stumbled upon this: type EndpointOutput was removed. withastro/astro@cdabf6e#diff-cec1de65bb8dd2f8330cb37fe3698afd66162bc0f311aa11e0b3dd573f6a2b9f
type EndpointOutput
it seems that this does the trick
- import { type APIContext, type EndpointOutput } from 'astro'; + import { type APIContext } from 'astro';
- Promise<EndpointOutput | Response> + Promise<Response>
Currently type EndpointOutput is utilized in Cloudflare adapter as lines above. After this change all 60 tests passes
Sorry, something went wrong.
@vasfvitor would you like to open a PR with that fix?
build.split
alexanderniebuhr
Successfully merging a pull request may close this issue.
We need to also make sure do check this repo for: withastro/astro#9168
The text was updated successfully, but these errors were encountered: