Skip to content

Commit

Permalink
feat(email): isolate is free email fn
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Oct 15, 2024
1 parent ef96757 commit 7ff9fc2
Show file tree
Hide file tree
Showing 8 changed files with 2,676 additions and 666 deletions.
1,819 changes: 1,153 additions & 666 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"#cypress/*": "./cypress/*.ts"
},
"main": "src/index.js",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "run-s build:**",
"build:assets": "vite build --clearScreen false",
Expand Down
2 changes: 2 additions & 0 deletions packages/free-email/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
tsconfig.tsbuildinfo
Loading

0 comments on commit 7ff9fc2

Please sign in to comment.