🧑💻 Improve env variables type safety and management (#718)
Closes #679
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { executePrismaCommand } from './executeCommand'
|
||||
|
||||
if (process.env.DATABASE_URL?.startsWith('postgresql://'))
|
||||
if (process.env.DATABASE_URL?.startsWith('postgres'))
|
||||
executePrismaCommand('prisma migrate deploy')
|
||||
|
||||
Reference in New Issue
Block a user