We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa0792 commit 7db43a9Copy full SHA for 7db43a9
1 file changed
template/base/vite.config.js.ejs
@@ -14,7 +14,7 @@ export default defineConfig({
14
],
15
resolve: {
16
alias: {
17
- '@': fileURLToPath(new URL('./src', import.meta.url))
+ '@': fileURLToPath(new URL('./src', import.meta.url)),
18
},
19
20
})
0 commit comments