fix(script): minor change on scipt

This commit is contained in:
Aditya @ArchLinux
2023-10-05 15:26:53 +05:30
committed by Mythie
parent 1b7c887101
commit 6fd72321b3
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
/// <reference types="@documenso/tsconfig/process-env.d.ts" />
require('dotenv').config();
export const getDatabaseUrl = () => {
if (process.env.NEXT_PRIVATE_DATABASE_URL) {