Skip to content

Commit

Permalink
feat: remove react-email-starter files and integrate email functional…
Browse files Browse the repository at this point in the history
…ity into main package
  • Loading branch information
franco14lorenzo committed Nov 11, 2024
1 parent 677eae0 commit 56ba881
Show file tree
Hide file tree
Showing 19 changed files with 1,192 additions and 101 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"gen-types:local": "npx supabase gen types --lang=typescript --local > src/types/database.generated.types.ts && npx prettier --write src/types/database.generated.types.ts"
"gen-types:local": "npx supabase gen types --lang=typescript --local > src/types/database.generated.types.ts && npx prettier --write src/types/database.generated.types.ts",
"email": "email dev --dir ./src/emails"
},
"dependencies": {
"@react-email/components": "0.0.25",
"react-email": "3.0.1",
"@hookform/resolvers": "^3.6.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.0.5",
Expand Down
1,238 changes: 1,188 additions & 50 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions react-email-starter/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions react-email-starter/package.json

This file was deleted.

27 changes: 0 additions & 27 deletions react-email-starter/readme.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 56ba881

Please sign in to comment.