端口配置

main
wengxinlei 10 months ago
parent e4454dde04
commit 45dabfd89b

@ -1,2 +1,2 @@
start http://localhost:1234
start http://localhost:8080
node server.cjs

@ -13,7 +13,7 @@
const yargs = require("yargs").options({
port: {
default: 1234,
default: 8080,
description: "Port to listen on.",
},
public: {

Loading…
Cancel
Save