diff --git a/core/editor/scripts/run.js b/core/editor/scripts/run.js index 31c5501b..fe2cc218 100755 --- a/core/editor/scripts/run.js +++ b/core/editor/scripts/run.js @@ -194,6 +194,9 @@ const serve = async () => { ...viteSettings, server: { port: PORT, + watch: { + ignored: ['!**/@magic-circle/**/*'], + }, }, }); await server.listen();