Skip to content

Commit

Permalink
revert nextjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanvilla committed Apr 7, 2024
1 parent 24309ba commit a4053e7
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 39 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand All @@ -17,7 +17,7 @@
"date-fns": "^2.30.0",
"drizzle-orm": "^0.23.13",
"mysql2": "^3.9.3",
"next": "^14.1.4",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
Expand Down
81 changes: 44 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4053e7

Please sign in to comment.