fix(frontend): Resolve common import

This commit is contained in:
Tibo De Peuter 2025-05-16 14:00:38 +02:00
parent 1a706985f3
commit 112e0ca9c6

View file

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