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: {