#How can I make vite watches for dist changes?

1 messages · Page 1 of 1 (latest)

inland vessel
#

tried this but its not working:
server: { watch: { include: ['../dist/**',], }, },

untold plover
#

hey there!
you can try debugging why its not working with -- --debug parameter
like npm run dev -- --debug

btw, there is no include in watch, there is only ignore

inland vessel