Skip to content

Commit

Permalink
improves watch in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 7, 2024
1 parent 1c9b47d commit e6432cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/editor/scripts/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ const serve = async () => {
...viteSettings,
server: {
port: PORT,
watch: {
ignored: ['!**/@magic-circle/**/*'],
},
},
});
await server.listen();
Expand Down

0 comments on commit e6432cd

Please sign in to comment.