fix(frontend): Resolve common import

This commit is contained in:
Tibo De Peuter 2025-05-16 14:00:38 +02:00
parent 6cf4f12f2a
commit 8b032565be
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -9,6 +9,7 @@ export default defineConfig({
resolve: { resolve: {
alias: { alias: {
"@": fileURLToPath(new URL("./src", import.meta.url)), "@": fileURLToPath(new URL("./src", import.meta.url)),
"@dwengo-1/common": fileURLToPath(new URL("../common/src", import.meta.url)),
}, },
}, },
build: { build: {