Skip to content

Commit

Permalink
Added with-drizzle example
Browse files Browse the repository at this point in the history
Released
  • Loading branch information
Tommypop2 committed May 28, 2024
1 parent 9cbdce2 commit d0b5b8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-cli/commands",
"version": "0.0.22",
"version": "0.0.23",
"description": "The main command handlers for the Solid CLI",
"license": "MIT",
"homepage": "https://solid-cli.netlify.app",
Expand Down
1 change: 1 addition & 0 deletions packages/commands/src/handlers/new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const startSupported = [
"todomvc",
"with-auth",
"with-authjs",
"with-drizzle",
"with-mdx",
"with-prisma",
"with-solid-styled",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-solid",
"version": "0.5.10",
"version": "0.5.11",
"description": "Create Solid apps with low configuration",
"author": "Thomas Beer",
"contributors": [
Expand Down

0 comments on commit d0b5b8d

Please sign in to comment.