Modified config files in order to support ~/
This commit is contained in:
parent
910302f27a
commit
adbb7cadca
3 changed files with 11 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ export default defineConfig({
|
|||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
"~": fileURLToPath(new URL("./src", import.meta.url)),
|
||||
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue