added Tauri native desktop app support

This commit is contained in:
Samuel Andert
2023-09-02 11:31:05 +02:00
parent 293180c2b5
commit 9b9ac7d89e
26 changed files with 3750 additions and 2 deletions

View File

@ -1,6 +1,8 @@
import { browser } from '$app/environment';
import { QueryClient } from '@tanstack/svelte-query';
import type { LayoutLoad } from './$types';
export const prerender = true
export const ssr = false
export const load: LayoutLoad = async () => {
const queryClient = new QueryClient({