NestJs | Unable to see workflows in studio
I am following nestjs guide - https://docs.novu.co/framework/quickstart/nestjs
- I have updated my app.module.js exactly as mentioned in docs.
- added a new folder under src/novu/ inside which resides
workflows.ts - when I head to localhost:2022/studio I see page. Screenshots attached.
- Do I need a nextjs project for this to work?
- As per my understanding the
test-workflowthat is added in fileworkflows.tsshould be visible here. Is this correct? - I do not have any workflow in my novu dashboard, could this cause any issues?

