I see in the example project that it is supported `*.*` syntax, but in my actual use, using `*.js` does not work, just like this: ```js ViteRestart({ restart: [ '.env.development', 'vite/plugins/*.js' ] }) ```