diff --git a/vite.config.ts b/vite.config.ts index 6be1a62..81a18ce 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,7 +6,7 @@ import { defineConfig } from "vite"; const config = defineConfig({ plugins: [sveltekit(), unoCSS(), viteCommonjs()], ssr: { - noExternal: ["pg", "knex"] + noExternal: ["pg"] } });