This commit is contained in:
Akis 2023-01-07 20:06:51 +02:00
parent e54dacc42f
commit 6a39c8b0d0
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED

View File

@ -6,7 +6,7 @@ import { defineConfig } from "vite";
const config = defineConfig({
plugins: [sveltekit(), unoCSS(), viteCommonjs()],
ssr: {
noExternal: ["pg"]
noExternal: ["pg", "knex"]
}
});