8 months ago
In addition to production would also work.
14 Replies
8 months ago
Change this to development

8 months ago
You can select a base environment in your project settings
8 months ago
You want PR environments to be created for both your development and production environments?
8 months ago
You would need two projects for that.
Also is there a way that the data from my pg of the base environment, gets duplicated into the new PR environment?
8 months ago
Only if you made your own seeders for that
8 months ago
Search about DB seeders, its the process of populating a database with initial data required to run and use the application. I can't really tell you how to do it because it depends on what you're using.
Prisma for example: https://www.prisma.io/docs/orm/prisma-migrate/workflows/seeding
8 months ago
!s
Status changed to Solved medim • 8 months ago