fix: server load interferes with spa

This commit is contained in:
2024-09-29 20:27:06 +02:00
parent ca8bfac3bc
commit 1d976947e1
5 changed files with 5 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
// noinspection ES6PreferShortImport
import { themeColor } from "./src/lib/style/theme.server";
import { themeColor } from "./src/lib/style/theme";
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";
import { SvelteKitPWA } from "@vite-pwa/sveltekit";