Yoni Rapoport

Results 6 comments of Yoni Rapoport

I think it makes sense that Remult should only be loaded once. Have you tried tools like pnpm or npm workspaces to get Remult installed once at the top-level node_modules?

As opposed to static BackendMethods, instance BackendMethods (such as this one) require additional entity instance data in the request. In this case, the JSON object you send should look like...

Try using the Entity lifecycle hooks `saving` / `saved` of the options object sent to `@Entity`. See example here: https://github.com/remult/crm-demo/blob/master/src/Contacts/ContactNote.entity.ts#L11 And if you want to know if the Entity object...

Can you give an example of what kind of data should be added this way?

I don't think the node:process issue is directly related to Remult. Did you try removing Remult from the project and checking if that issue persists? Anyway there seem to be...

> As the creator of remult - this looks great, can't wait for this to get merged +1