chore: blank 3.0 template type

This commit is contained in:
Elliot DeNolf
2024-03-26 11:27:54 -04:00
parent 818ab2c10f
commit 18299dc65e

View File

@@ -16,8 +16,8 @@ export function getValidTemplates(): ProjectTemplate[] {
return [
{
name: 'blank-3.0',
type: 'local',
description: 'Local 3.0 Blank Template',
type: 'starter',
description: 'Blank 3.0 Template',
url: 'https://github.com/payloadcms/payload/templates/blank-3.0',
},
{