This commit is contained in:
2023-08-05 12:22:51 +00:00
parent 45d05f900f
commit 5ba073c125
4 changed files with 15 additions and 12 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ export default defineConfig({
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
'@': fileURLToPath(new URL('./src', import.meta.url)),
'@util': fileURLToPath(new URL('./server/util', import.meta.url)),
}
}
})