Open
Description
π The bug
When I try to configure routerRules
in the nuxt.config.ts file, it does not show me the references and dependencies.
nuxt.config.ts
export default defineNuxtConfig({
...
routeRules: {
'/**': { ssr: false },
},
...
});
π οΈ To reproduce
π Expected behavior
βΉοΈ Additional context
No response