Skip to content

Commit

Permalink
feat: add database template
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Jul 9, 2024
1 parent ca83b26 commit 9d40a90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/pylon-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,18 @@ const templates: {
name: string
description: string
url: string
branch?: string
}[] = [
{
name: 'Default',
description: 'Default template',
url: 'https://github.com/getcronit/pylon-template.git'
},
{
name: 'Database (Prisma)',
description: 'Template with Prisma ORM',
url: 'https://github.com/getcronit/pylon-template.git',
branch: 'prisma'
}
]

Expand Down

0 comments on commit 9d40a90

Please sign in to comment.