Skip to content

Commit 7db43a9

Browse files
authored
chore: add a missing trailing comma in vite config template (#1021)
1 parent daa0792 commit 7db43a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/base/vite.config.js.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
],
1515
resolve: {
1616
alias: {
17-
'@': fileURLToPath(new URL('./src', import.meta.url))
17+
'@': fileURLToPath(new URL('./src', import.meta.url)),
1818
},
1919
},
2020
})

0 commit comments

Comments
 (0)