From 69c6b03dd7c2738b9e8221db779855694a3bc6e0 Mon Sep 17 00:00:00 2001 From: satori Date: Wed, 2 Feb 2022 06:35:00 +0800 Subject: [PATCH] port --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08fe55d..bb45d81 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "dev": "nuxt dev", "build": "nuxt build", - "start": "nuxt start", + "start": "nuxt start --port 2334", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {