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

@@ -28,12 +28,14 @@
"@pkg/logic": "workspace:*", "@pkg/logic": "workspace:*",
"@pkg/result": "workspace:*", "@pkg/result": "workspace:*",
"@pkg/settings": "workspace:*", "@pkg/settings": "workspace:*",
"argon2": "^0.43.0",
"better-auth": "^1.4.20", "better-auth": "^1.4.20",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"import-in-the-middle": "^3.0.0", "import-in-the-middle": "^3.0.0",
"nanoid": "^5.1.6", "nanoid": "^5.1.6",
"neverthrow": "^8.2.0", "neverthrow": "^8.2.0",
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
"sharp": "^0.34.5",
"valibot": "^1.2.0" "valibot": "^1.2.0"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -8,7 +8,14 @@ export default defineConfig({
plugins: [sveltekit(), tailwindcss(), Icons({ compiler: "svelte" })], plugins: [sveltekit(), tailwindcss(), Icons({ compiler: "svelte" })],
ssr: { ssr: {
external: ["argon2", "node-gyp-build"], external: [
"argon2",
"node-gyp-build",
"sharp",
"@img/sharp-linux-x64",
"@img/sharp-linuxmusl-x64",
"@img/sharp-wasm32",
],
}, },
resolve: { resolve: {