Kirk Davies
Kirk Davies
Ya, Laravel Eloquent follows a similar implementation, check that out here, would love to have something similar with Prisma :) https://laravel.com/docs/10.x/eloquent-relationships#touching-parent-timestamps
Had a similar problem, but this was fixed in version 5.5.2 (See this [PR](https://github.com/felixmosh/bull-board/pull/592)) Follow this example [here](https://github.com/felixmosh/bull-board/tree/master/examples/with-nestjs). When he sets the base path of the server adapter [here](https://github.com/felixmosh/bull-board/blob/master/examples/with-nestjs/src/queues/queues.module.ts#L58) Line...