From da0f58793d2ce608ddbb795dae1a0f493e1885b7 Mon Sep 17 00:00:00 2001 From: Akis Date: Sat, 7 Jan 2023 20:12:25 +0200 Subject: [PATCH] Revert "aaaa" This reverts commit 6a39c8b0d06f78ff5eb33bf3d8d6e4944e01a19a. --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } });