We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46fc37 commit 042c548Copy full SHA for 042c548
src/presets/vercel.ts
@@ -9,7 +9,7 @@ export default definePreset({
9
logger.warn('Deploying sqlite database to Vercel is not possible, switching to Postgres database with `POSTGRES_URL`.')
10
nitroConfig.runtimeConfig!.content!.database = {
11
type: 'postgres',
12
- url: 'process.env.POSTGRES_URL',
+ url: process.env.POSTGRES_URL,
13
}
14
15
0 commit comments