package updates and build time error fix in the main app

This commit is contained in:
user
2026-02-28 15:41:44 +02:00
parent b731b68918
commit 9328f79c92
9 changed files with 1133 additions and 317 deletions

View File

@@ -7,6 +7,10 @@ import { resolve } from "path";
export default defineConfig({
plugins: [sveltekit(), tailwindcss(), Icons({ compiler: "svelte" })],
ssr: {
external: ["argon2", "node-gyp-build"],
},
resolve: {
alias: {
"@core": resolve(__dirname, "../../packages/logic/core"),