Skip to content

Commit

Permalink
feat: add new E7L abi and the login indexation (#12)
Browse files Browse the repository at this point in the history
* feat: add new E7L abi and the login indexation

* Update dependencies and add new files

* fix: format

* Remove Discord link from navigation
  • Loading branch information
DanielSintimbrean authored Nov 21, 2023
1 parent 262ab5b commit 5f30904
Show file tree
Hide file tree
Showing 14 changed files with 780 additions and 71 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"db:seed": "prisma db push --force-reset && npx prisma db seed",
"db:seed": "prisma db seed",
"db:reset": "prisma db push --force-reset"
},
"prisma": {
Expand Down
Loading

0 comments on commit 5f30904

Please sign in to comment.