mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
aaaa
This commit is contained in:
@ -6,7 +6,7 @@ import { defineConfig } from "vite";
|
||||
const config = defineConfig({
|
||||
plugins: [sveltekit(), unoCSS(), viteCommonjs()],
|
||||
ssr: {
|
||||
noExternal: ["pg"]
|
||||
noExternal: ["pg", "knex"]
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user