tom
Results
1
comments of
tom
I am having a similar problem in a plain Node.js project. On the server.ts file, I initialize the TransactionalConext like this: ``` const start = async() => { await appInstance.setDb()...