custom: add command cf-dev on port 8787

This commit is contained in:
javayhu 2025-06-22 11:58:13 +08:00
parent 2153cf6771
commit e94625ce4e

View File

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"cf-dev": "next dev -p 8787",
"build": "next build",
"start": "next start",
"postinstall": "fumadocs-mdx",