Chris Tsongas
10/05/2021, 4:54 PMprisma/seed.ts
file to seed their development database with dummy data to help with coding, that doesn't get seeded in production? I'm thinking I'd like to do that by checking if (process.env.NODE_ENV === 'development')
for certain things in my seed file, am I crazy or is this an O.K. idea?Chris Tsongas
10/05/2021, 5:21 PMSteven
10/05/2021, 9:22 PMChris Tsongas
10/05/2021, 11:03 PMRyan
10/06/2021, 5:32 AM