Niklas Grieger

Results 23 comments of Niklas Grieger

Yes that would be nice. I also added a conditional to the update() method but it would be nice to prevent this. Also maybe better peformance

Got same issue here. Hopefully fixed someday

Same issue here: ` ERROR [worker reload] [worker init] Cannot find module '/[email protected]_fn5652z66gcivu7hyrck2qr5qu/node_modules/nuxt-i18n-data/dist/runtime/server/api/get.ts' imported from /Volumes/Develop/projects/shop-frontend/.nuxt/dev/index.mjs ` Module implementation: ``` addServerHandler({ route: '/api/i18n', handler: resolver.resolve('./runtime/server/api/get.ts'), }) ``` The workaround seems...

Thanks, the handler seems called but now I am getting `defineEventHandler is not defined` by npm run dev. Even if I explicit import it via `import { defineEventHandler } from...

I made it running with this setting module.ts ``` addServerHandler({ route: '/api/i18n', handler: resolver.resolve('./runtime/server/api/get'), }) ``` /runtime/server/api/get.ts I changed from defineEventHandler to a normal export default async function(event: H3Event) and...

In my case the defu package was the issue and preventing me to release. Add build.config.ts to your root directory and fill it with `import { defineBuildConfig } from 'unbuild'...

Ah thanks for the info. I just added defu to "dependencies" (it was missing somehow) and the build warning was gone withouth any extra build config 💯

Mh i tried it with vue 3.4.0 rc3 but still weird rendering https://stackblitz.com/edit/github-wudebh-ppjcxg?file=plugins%2Fvuetify.ts

ui thanks there are so many issues regarding this. Must be a good feeling to able to finish them all