From 45dabfd89b0dc5aa14233ef5986d3b383a53f157 Mon Sep 17 00:00:00 2001 From: wengxinlei Date: Mon, 29 Jul 2024 08:55:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node-run.bat | 2 +- server.cjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node-run.bat b/node-run.bat index 352ae97..a31a87a 100644 --- a/node-run.bat +++ b/node-run.bat @@ -1,2 +1,2 @@ -start http://localhost:1234 +start http://localhost:8080 node server.cjs \ No newline at end of file diff --git a/server.cjs b/server.cjs index a30c95e..2ded846 100644 --- a/server.cjs +++ b/server.cjs @@ -13,7 +13,7 @@ const yargs = require("yargs").options({ port: { - default: 1234, + default: 8080, description: "Port to listen on.", }, public: {