Yiming Cao

Results 248 comments of Yiming Cao

> I'm also having this issue with a sveltekit project when upgrading from 2.14.2 to 2.15. Issue persists even when using node 18. I've removed regex from the zmodel to...

> [@ymc9](https://github.com/ymc9) Thanks for responding. Here are some relevant dependencies: > > ``` > "@sveltejs/kit": "2.21.0", > "prisma": "6.7.0", > "@prisma/client": "6.7.0" > ``` > > Also, I'm using pnpm...

> I found problem in "https://github.com/ljharb/async-function/blob/main/require.mjs" file If I comment `export { getAsyncFunction as 'module.exports' };` part in file or remove `"module-sync": "./require.mjs"` from package json (library - async-function) -...

> I'm a little confused about the workaround from [@sslotnick](https://github.com/sslotnick) Where exactly does `--no-experimental-require-module` need to be added? > > For nuxt, the application is started with `node .output/server/index.mjs` after...

Hi @iolathief108 , thanks for reporting this. Does it work if you run "yarn db:gen" inside the "server" directory?

Hi @rodrigoburigool , if you look into the server adapter code you'll find it to be quite straightforward. A contribution is always welcome!

Hi @reznakt , thanks for filing it. I couldn't reproduce it with a simple project. Could you share a repro please?

We upgraded ts-morph dependency version in release 2.18.0. Could you guys try it you still run into compilation issues?

I just saw a release was PUBLISHED yesterday. Will make an update this week :D.

Or if any of you have time for a PR would be great too ^_^