Sébastien Chopin
Sébastien Chopin
Thank you @Flo0806 💚
How can we share the validation (let's say I am using zod) between the route meta and the `readValidatedBody` for example?
I think we should also support `nuxt module add` until all modules update their documentation (probably adding a warning and run the `nuxt add` command)
Thank you @fischi20 Could you please fix the lint & test? I think the file can be in `src/runtime/types/utils.d.ts`
I guess we will need to first publish a new version of automd to support the `cli-usage` in order to update `undocs` to finally be able to generate the docs...
Updated to `cli-output` with: ```md ``` and shortcut: ```md ```
You are comparing the `session.id` here, on the client you cannot have access to the `secure` part of the session.
Thank you for the issue @Prains As the module is only a plugin on installing vue-dragscroll, I rather not have it listed directly as I prefer Nuxt users to create...
So we could set this `runtimeConfig`: ```ts runtimeConfig: { session: { default: { name: 'my-session', password: 'my-password-for-default-session' } } ``` Looks great to me!
I think that moving the `cache` directory to `.data/cache` is a good idea for consistency between Nitro & other FE frameworks. Regarding SQLite database, I am not 100% sure as...