Pooya Parsa
Pooya Parsa
Do you think it would also be possible that the page meta is returned as a result like `{ contents: string, meta: Record}` could be super useful for custom templates...
This is an important feature to have indeed. Moving to h3 as probably finally be a util from h3, served by nitro/nuxt renderers. For nuxt, you can try [nuxt-security](https://github.com/Baroshem/nuxt-security/) module...
@baroshem, would you be interested in picking this up?
(fix landed via #1025 pending release)
That would be nice! Also, perhaps the ability to set the default class or artibrary attrs string? (for styles, it is possible to use a wrapper class like `.md a`...
Can you please provide a reproduction? 🙏🏼
@maximepvrt do you mind also raising a proposal for vite and linking it here? I like to know vite teams take on this as well at least.
Yes, but also different. In vite, it is `import.meta.env.[MODE]: boolean` while this proposal injects a static `import.meta.envName: string` which has good benefits and use-cases as you described above. Ideally, it...
PR welcome, i think basic support would be so simple for nitro file scanner.
Thanks for working on this dear Sacha. For now i have marked it as draft mainly to see if we can avoid new preset but instead add functionality to the...