Kylyi

Results 11 comments of Kylyi

> Dont do that Why not? Using `:` makes it unique more than enough already

> Because without the prefix , every parsed token from every file ( vue, tsx, jsx... ) must be checked against every collection. > > With the prefix, the preset...

Just confirming the same issue on my end. Happens only in some cases tho... ``` typescript // @ts-expect-error Type... const tasksFilterObj = transformToPrismaWhere(klona(tasksQueryBuilder.value)) const whereInput: Prisma.TaskWhereInput = { AND: [...

Same here. This issue prevents us from using the Nuxt module.

I am having the same issue in [email protected]. All works well in dev but once built, the following happens: `[nuxt] [request error] [unhandled] [500] Generated "enhance" function not found. Please...

Yup, https://github.com/Kylyi/nuxt-zenstack. Just make sure to use node@22. It should work in `dev` mode.

This is actually starting to be a bigger issue as it somehow breaks in docker as well in some cases, even when using node@20. WIll ty to prepare another repro.

It seems like it's dependent on the Node specific version heavily. Using the following Dockerfile works: ![Image](https://github.com/user-attachments/assets/2080317a-5983-46af-9363-eeecc6705170) while the following results in the `[nuxt] [request error] [unhandled] [500] Generated "enhance"...

Hi, having the same issue of not getting correct types in layers' `nuxt.config.ts` My file structure: ``` - root - libs - - client - components - pages - server...

As this is a type-related error, there most likely is a workaround through tsconfig, but being currently in a project with 60+ layers, the amount of "administrative" work for this...