Skip to content

Commit

Permalink
chore: turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Feb 10, 2025
1 parent 10b94fb commit d3d94ad
Show file tree
Hide file tree
Showing 2 changed files with 769 additions and 209 deletions.
8 changes: 4 additions & 4 deletions dapps/appkit-siwe/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.53.1",
"@reown/appkit-siwe": "1.6.4",
"@reown/appkit": "1.6.4",
"@reown/appkit-adapter-wagmi": "1.6.4",
"@reown/appkit-siwe": "1.6.6",
"@reown/appkit": "1.6.6",
"@reown/appkit-adapter-wagmi": "1.6.6",
"next": "14.2.7",
"next-auth": "^4.24.7",
"react": "^18",
Expand Down
Loading

0 comments on commit d3d94ad

Please sign in to comment.