create-payload-app
Advanced tools
Comparing version 3.0.0-beta.103 to 3.0.0-beta.104
@@ -48,3 +48,3 @@ const mongodbReplacement = { | ||
sqlite: sqliteReplacement, | ||
vercelPostgres: vercelPostgresReplacement | ||
'vercel-postgres': vercelPostgresReplacement | ||
}; | ||
@@ -51,0 +51,0 @@ const vercelBlobStorageReplacement = { |
@@ -20,6 +20,6 @@ import * as p from '@clack/prompts'; | ||
}, | ||
vercelPostgres: { | ||
'vercel-postgres': { | ||
dbConnectionPrefix: 'postgres://postgres:<password>@127.0.0.1:5432/', | ||
title: 'Vercel Postgres (beta)', | ||
value: 'vercelPostgres' | ||
value: 'vercel-postgres' | ||
} | ||
@@ -26,0 +26,0 @@ }; |
@@ -50,3 +50,3 @@ import type arg from 'arg'; | ||
export type PackageManager = 'bun' | 'npm' | 'pnpm' | 'yarn'; | ||
export type DbType = 'mongodb' | 'postgres' | 'sqlite' | 'vercelPostgres'; | ||
export type DbType = 'mongodb' | 'postgres' | 'sqlite' | 'vercel-postgres'; | ||
export type DbDetails = { | ||
@@ -53,0 +53,0 @@ dbUri: string; |
{ | ||
"name": "create-payload-app", | ||
"version": "3.0.0-beta.103", | ||
"version": "3.0.0-beta.104", | ||
"homepage": "https://payloadcms.com", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
232586