2dragonly
2dragonly
any update for this?
There's a bug that when you seed the data, it still use the `enum` key instead of the value. ```prisma enum Gender { MALE @map("M") FEMALE @map("F") } ``` ```ts...
Maybe because of this https://github.com/prisma/prisma-engines/pull/4987 that still not merged yet.. Hoping this will get merged!
on v5, adding `?t=${Date.now()}` works properly ```js await viteDevServer.ssrLoadModule(`${options.serverFile}?t=${Date.now()}`) ``` but on v6, i get error `[vite] cannot find entry point module 'virtual:server-build?t=1734890638891'.` ^ this can be fix by removing...
> @2dragonly Your issue seems a bit different though it looks like technically a regression. Can you create a separate issue? > > Probably there was some special handling for...
any update about this?