Sveltekit & Tauri Update requiring SSR toggle to migrate from svelte.config.js to hooks file #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First of all thank you for this project, I found it incredibly useful when creating my Svelte-Kit/Tauri application.
I attempted to replicate this project but due to breaking changes both in SK and Tauri including one deployed today (https://github.com/sveltejs/kit/releases/tag/%40sveltejs%2Fadapter-static%401.0.0-next.29) I spent ages trying to figure out how to disable SSR site wide.
The result seems to be relatively simple but it took a lot of trial and error.
To summarise:
I have fixed all the above and bumped the app verison to 0.0.3 and included all latest dependencies. I have tested the functionality and it remains the same but using the latest SK/Tauri/Other dependencies.
This app serves as a brilliant example/template for the very new SK/Tauri applications. I assume as both frameworks are up and coming (pre first release) more breaking changes will occur. I will attempt to keep this app up to date in the hope that it benefits others like me who are experimenting with SK/Tauri.