From 8b032565be69723e548ee7e745ad97343f423944 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Fri, 16 May 2025 14:00:38 +0200 Subject: [PATCH] fix(frontend): Resolve common import --- frontend/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 61867714..523750b9 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -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: {