Skip to content

Commit

Permalink
chore: reset directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoresende committed May 29, 2023
1 parent 4a05191 commit 0f4b155
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 239 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-horses-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cardinal-app": patch
---

(cli) reset `/templates` directory to rebuild template structure for the cli app
7 changes: 0 additions & 7 deletions cli/template/addons/auth/index.ts

This file was deleted.

16 changes: 0 additions & 16 deletions cli/template/addons/auth/next-auth.d.ts

This file was deleted.

24 changes: 0 additions & 24 deletions cli/template/addons/auth/package.json

This file was deleted.

31 changes: 0 additions & 31 deletions cli/template/addons/auth/src/auth-options.ts

This file was deleted.

10 changes: 0 additions & 10 deletions cli/template/addons/auth/src/get-session.ts

This file was deleted.

22 changes: 0 additions & 22 deletions cli/template/addons/database/index.ts

This file was deleted.

23 changes: 0 additions & 23 deletions cli/template/addons/database/package.json

This file was deleted.

17 changes: 0 additions & 17 deletions cli/template/addons/database/prisma/base.prisma

This file was deleted.

66 changes: 0 additions & 66 deletions cli/template/addons/database/prisma/with-auth.prisma

This file was deleted.

38 changes: 18 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/next-graphql-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardinal",
"version": "1.0.0",
"name": "@cardinal/next-graphql-vercel",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*/**"
Expand Down
2 changes: 1 addition & 1 deletion templates/react-trpc-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cardinal-react-sst-trpc",
"name": "@cardinal/react-sst-trpc",
"version": "0.0.0",
"private": true,
"type": "module",
Expand Down

0 comments on commit 0f4b155

Please sign in to comment.