Skip to content

Commit

Permalink
🚑 stash file
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Jan 16, 2024
1 parent 5fb2c1d commit aeaa480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default defineConfig((mode: ConfigEnv) => {

// https://github.com/posva/unplugin-vue-router
VueRouter({
dts: "./types/vue-router.d.ts"
dts: './types/vue-router.d.ts',
}),

// https://github.com/antfu/unplugin-auto-import
Expand Down

0 comments on commit aeaa480

Please sign in to comment.