Menu
Libraries |
Category

svelte-adapter-deno

  • Purpose: A SvelteKit adapter that generates a standalone Deno server for deploying Svelte applications in Deno environments.
  • Target Audience: Developers using SvelteKit who want to deploy their applications on Deno or Deno Deploy.
  • Key Features:
    • Generates a Deno-compatible server from SvelteKit builds.
    • Supports environment variables for configuration (PORT, HOST, ADDRESS_HEADER, etc.).
    • Allows custom server setup using Oak middleware.
    • Includes options for precompression, custom build directories, and environment variable prefixes.
  • Svelte Support: Primarily designed for SvelteKit applications, enabling seamless deployment to Deno.
  • Deployment: Can be integrated with Deno Deploy using GitHub Actions via deployctl.
  • Permissions: Requires Deno runtime permissions (--allow-env, --allow-read, --allow-net) for execution.

For more details, visit the SvelteKit Adapters documentation .

denosveltesveltekitsveltekit-adapter

Comments