fix: nextjs version

This commit is contained in:
hamster1963 2024-12-11 15:57:51 +08:00
parent 4bf4b62ed0
commit 50a98911ce
2 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -3,7 +3,7 @@
"version": "1.7.5", "version": "1.7.5",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev --turbopack -p 3040", "dev": "next dev -p 3040",
"start": "node .next/standalone/server.js", "start": "node .next/standalone/server.js",
"lint": "next lint", "lint": "next lint",
"build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/", "build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/",
@ -39,7 +39,7 @@
"framer-motion": "^12.0.0-alpha.2", "framer-motion": "^12.0.0-alpha.2",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"luxon": "^3.5.0", "luxon": "^3.5.0",
"next": "15.0.4-canary.48", "next": "^15.1.0",
"next-auth": "^5.0.0-beta.25", "next-auth": "^5.0.0-beta.25",
"next-intl": "^3.26.0", "next-intl": "^3.26.0",
"next-runtime-env": "^3.2.2", "next-runtime-env": "^3.2.2",