fix(frontend): Resolve common import
This commit is contained in:
parent
1a706985f3
commit
112e0ca9c6
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue