mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-06 04:21:32 +00:00
baee9dced8980168047a437fd099d596e1c367bc
- Replaced the Node.js setup step to use version 22 for improved compatibility. - Updated pnpm version in both CI and test workflows to 10 for consistency and performance. - Removed redundant pnpm installation step in the CI workflow.
SvelteKit Adapters
This repo contains the below adapters and example implementations for each adapter.
Appwrite adapter
Deploy SvelteKit applications as appwrite functions.
I have tested and validated the implementation with the node20 runtime. Other runtimes may work but have not been tested.
Electron adapter
Deploy SvelteKit applications as electron desktop applications.
This adapter does require additional files to be added to the project, and requires the use of the package electron-vite to properly handle the electron implementation.
Please look at the example implementation for more information.
What's inside?
This repo includes the following packages and examples:
Examples
appwrite: a SvelteKit example app that uses theadapter-appwriteadapter [Link]electron: a SvelteKit example app that uses theadapter-electronadapter [Link]
Packages
Description
Languages
JavaScript
100%