perf: use turbo

This commit is contained in:
hamster1963 2024-12-09 00:49:16 +08:00
parent 841650ba7a
commit 8c70cce555

View File

@ -3,7 +3,7 @@
"version": "1.7.4", "version": "1.7.4",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3040", "dev": "next dev --turbopack -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/",