feat: improve Deno support and enhance serveStaticViaImport function

- Introduced support for Deno as a runtime in the documentation.
- Updated serveStaticViaImport function to accept additional options: appendRaw and package.
- Improved error logging in serveStaticViaImport for better debugging.
- Added new Deno integration documentation with examples for serving static assets.
This commit is contained in:
dswbx
2025-10-24 18:22:58 +02:00
parent 88cc406002
commit 1fc6e810ae
5 changed files with 132 additions and 6 deletions

View File

@@ -97,6 +97,12 @@ Start by using the integration guide for these popular frameworks/runtimes. Ther
href="/integration/bun"
/>
<Card
icon={<Icon icon="simple-icons:deno" className="text-fd-primary !size-6" />}
title="Deno"
href="/integration/deno"
/>
<Card
icon={<Icon icon="tabler:lambda" className="text-fd-primary !size-6" />}
title="AWS Lambda"