chore: import vercel-postgres one-click template (#6564)

Import vercel one-click template
This commit is contained in:
Elliot DeNolf
2024-05-29 18:06:52 -04:00
committed by GitHub
parent 511908a964
commit a3ee07f693
48 changed files with 8568 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ export function validateTemplate(templateName: string): boolean {
export function getValidTemplates(): ProjectTemplate[] {
return [
{
name: 'blank-3.0',
name: 'blank',
type: 'starter',
description: 'Blank 3.0 Template',
url: 'https://github.com/payloadcms/payload/templates/blank-3.0#beta',
@@ -41,12 +41,12 @@ export function getValidTemplates(): ProjectTemplate[] {
// description: 'E-commerce Template',
// url: 'https://github.com/payloadcms/payload/templates/ecommerce',
// },
{
name: 'plugin',
type: 'plugin',
description: 'Template for creating a Payload plugin',
url: 'https://github.com/payloadcms/payload-plugin-template#beta',
},
// {
// name: 'plugin',
// type: 'plugin',
// description: 'Template for creating a Payload plugin',
// url: 'https://github.com/payloadcms/payload-plugin-template#beta',
// },
// {
// name: 'payload-demo',
// type: 'starter',