diff --git a/vite.config.js b/vite.config.js index f454bf373..10b44ee43 100644 --- a/vite.config.js +++ b/vite.config.js @@ -24,6 +24,9 @@ export default createAppConfig( }, }, }, + watch: { + allowInputInsideOutputPath: true, + }, }, }, },