welll let's see now if the main is fixed

This commit is contained in:
user
2026-03-02 20:26:42 +02:00
parent 2c7ab39693
commit 939d4ca8a8
2 changed files with 10 additions and 1 deletions

View File

@@ -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: {