Describe the bug
Unable to Run Migrations – database.json Missing Error When Using npm run db:migrate.
To Reproduce
Steps to reproduce the behavior:
- Install and integrate auth-service and user-tenant-service from Sourceloop.
- Set up .env with DB configs.
- Attempt to run migration using a command like: npm run db:migrate
- See the error regarding missing database.json.
Expected behavior
Migration should run successfully.
Screenshots

Additional context
Add any other context about the problem here.