How do I make the development environment datastore always the same in production environment?

How do I make the development environment datastore always the same in production environment (Deployed website)? Because I can’t find a way to view or modify the production data on Replit using the MongoDB datastore, I can only view/modify the one in development environment, so if I make it so that the production environment is always the same as the development environment, I can modify/view the production server through development environment.

But is there any other way to fix this problem so that I can somehow view/modify the production server?

1 Like