Blocking PR merged, updating readmes, and bumping package versions

This commit is contained in:
Luke Hagar
2024-02-23 11:26:53 -06:00
parent df6aa2289a
commit 5c9c021a3a
3 changed files with 32 additions and 6 deletions

View File

@@ -16,9 +16,6 @@ I have tested and validated the implementation with the node20 runtime. Other ru
Deploy SvelteKit applications as electron desktop applications.
This adapter is functional and tested, but is currently being blocked by [this PR](https://github.com/alex8088/electron-vite/pull/412).
Once that PR is merged, this adapter will be fully functional.
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](https://github.com/LukeHagar/sveltekit-adapters/tree/main/examples/electron) implementation for more information.