Gram Liu
Gram Liu
Does ndk-r17c work?
@shadcn Updated the registry and ran the formatter
+1 - this would be really helpful to have! An alternative way to support this too could be adding a `push` aggregate operation, similar to [MongoDB's $push aggregate operation](https://www.mongodb.com/docs/manual/reference/operator/aggregation/push/): ```ts...
Hi @janpio, many thanks to you and the team for rolling out support for this issue. That being said, I saw on another [thread](https://github.com/prisma/prisma/issues/22874#issuecomment-1917725790) that MongoDB is not supported yet...
@jpwilliams On the dev server, I can point it to one of the endpoints using the `-u` flag, but otherwise, it also doesn't seem to be following the `servePath`
@jpwilliams I tried debugging locally and found some leads. I think the issue why these alternative `servePaths` aren't being recognized is because the functions are never being registered. It looks...