mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-18 06:03:00 +05:30
aaaa
This commit is contained in:
parent
e54dacc42f
commit
6a39c8b0d0
@ -6,7 +6,7 @@ import { defineConfig } from "vite";
|
|||||||
const config = defineConfig({
|
const config = defineConfig({
|
||||||
plugins: [sveltekit(), unoCSS(), viteCommonjs()],
|
plugins: [sveltekit(), unoCSS(), viteCommonjs()],
|
||||||
ssr: {
|
ssr: {
|
||||||
noExternal: ["pg"]
|
noExternal: ["pg", "knex"]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user