Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: disable SSR by default in SvelteKit templates (fix for "feat: Sveltekit templates #200") #241

Merged
merged 3 commits into from
Nov 24, 2022

Commits on Nov 24, 2022

  1. Update +layout.ts (SvelteKit TS template)

    Turns off SSR by default, which prevents usage of `appWindow`.
    
    Discussion: tauri-apps#200 (comment)
    Issue & solution: https://github.com/sveltejs/kit/tree/master/packages/adapter-static#turn-off-ssr
    FireCoding committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2e5f772 View commit details
    Browse the repository at this point in the history
  2. Fix: disable SSR by default in SvelteKit template

    Turns off SSR by default, which prevents usage of `appWindow`.
    
    Discussion: tauri-apps#200 (comment)
    Issue & solution: https://github.com/sveltejs/kit/tree/master/packages/adapter-static#turn-off-ssr
    FireCoding committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    246adc3 View commit details
    Browse the repository at this point in the history
  3. changefile

    amrbashir committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4436daa View commit details
    Browse the repository at this point in the history