package updates and build time error fix in the main app
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user