Skip to content

Commit

Permalink
fix: CodeSandboxで yarn dev すると一定間隔で更新される
Browse files Browse the repository at this point in the history
  • Loading branch information
knokmki612 committed Jan 13, 2022
1 parent 8e87d0d commit d4d20c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion template/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()]
plugins: [vue()],
server: {
hmr: {
port: 443
}
}
})

0 comments on commit d4d20c1

Please sign in to comment.