welll let's see now if the main is fixed
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user