added Tauri native desktop app support
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user