consumer: add missing NEON_DATABASE_URL

This commit is contained in:
Sven Sauleau 2023-03-01 11:46:09 +00:00
parent 939988721a
commit 613ada3f8e
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ export type Env = {
SENTRY_DSN: string
SENTRY_ACCESS_CLIENT_ID: string
SENTRY_ACCESS_CLIENT_SECRET: string
NEON_DATABASE_URL?: string
}
export default {