Skip to content

Commit

Permalink
feat: 实现评论回复功能,实现右键部分功能
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx committed Apr 13, 2024
1 parent 62819bd commit 5b13ebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
build: {
rollupOptions: {
external: ['fsevents']
}
}
})

0 comments on commit 5b13ebd

Please sign in to comment.