Skip to content

Commit

Permalink
chore: Allow hot reload for Tune development
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Nov 1, 2023
1 parent 485f401 commit af5be64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ export default defineConfig({
optimizeDeps: {
esbuildOptions: {
target: 'esnext'
},
exclude: ['@snapshot-labs/tune']
},
server: {
watch: {
ignored: ['!**/node_modules/@snapshot-labs/tune/**']
}
}
});

1 comment on commit af5be64

@vercel
Copy link

@vercel vercel bot commented on af5be64 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.