Add custom files to watch for restarting nuxt (just like `nuxt.config.ts`)
Hi, in my
so in this case if either
nuxt.config.ts, I am importing some typescript files. When changing the nuxt.config.ts file, or e.g. the .env file of a project, nuxt gets restarted. I want to archive the same, so that when I edit one of the files imported, nuxt should also restart:so in this case if either
generateSitemap.ts or cookieConfig is edited, I want to restart the whole nuxt server.