From cdbe20281470081216d4bd200bc9c97d3d24dd4c Mon Sep 17 00:00:00 2001 From: linxiaoxin Date: Fri, 12 Jul 2024 17:29:38 +0800 Subject: [PATCH] static pages configuration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85d831c..ad5bb49 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start", + "start": "npx serve@latest dist", "format": "prettier --write \"{app,demo,layout,types}/**/*.{js,ts,tsx,d.ts}\"", "lint": "next lint" },