upgraded speeds

This commit is contained in:
Dan Mihailescu 2024-12-31 22:32:12 -05:00
parent 00098445c0
commit 45988b8806
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,2 @@
bunx prettier . --write
bunx eslint $(git diff --name-only HEAD | grep -E '\.(*)$' | xargs)
bunx eslint_d $(git diff --name-only HEAD | grep -E '\.(*)$' | xargs)

View file

@ -72,6 +72,7 @@
"@prisma/client": "6.0.1",
"@tailwindcss/typography": "^0.5.15",
"dayjs": "^1.11.13",
"eslint_d": "^14.3.0",
"graphql": "^16.9.0",
"graphql-yoga": "^5.10.4",
"lucia": "^3.2.2",