Shad0w_Jo4n
Shad0w_Jo4n
@jddunleavy Have you tried to start your application with production mode? `NODE_ENV=production npm run start`
I think the best and flexible solution for transactions in clean architecture is the `System.Transactions.TransactionScope`, for e.g., npsql supports this feature
Уou can still do this in async `Main` method: ```csharp await Task.Delay(Timeout.Infinite); ```
@Gcenx what about versions between 22.1.1 and 23.7.1?