welll let's see now if the main is fixed
This commit is contained in:
@@ -8,7 +8,14 @@ export default defineConfig({
|
||||
plugins: [sveltekit(), tailwindcss(), Icons({ compiler: "svelte" })],
|
||||
|
||||
ssr: {
|
||||
external: ["argon2", "node-gyp-build"],
|
||||
external: [
|
||||
"argon2",
|
||||
"node-gyp-build",
|
||||
"sharp",
|
||||
"@img/sharp-linux-x64",
|
||||
"@img/sharp-linuxmusl-x64",
|
||||
"@img/sharp-wasm32",
|
||||
],
|
||||
},
|
||||
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user