Skip to content

Commit

Permalink
Downgrade next.js and change start script
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu committed Jul 27, 2023
1 parent e6859fa commit 5085c17
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "./node_modules/.bin/next start",
"lint": "next lint",
"ley-new": "f(){ touch migrations/$(date +%s)-$1.ts; }; f",
"migrate": "ley --require tsm"
Expand All @@ -15,7 +15,7 @@
"camelcase-keys": "^8.0.2",
"dotenv": "^16.3.1",
"ley": "^0.8.1",
"next": "13.4.12",
"next": "13.4.10",
"postgres": "^3.3.5",
"randomcolor": "^0.6.2",
"react": "18.2.0",
Expand Down
68 changes: 34 additions & 34 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 5085c17

Please sign in to comment.