设定项目启动端口

This commit is contained in:
huangge1199 2024-08-06 11:57:50 +08:00
parent 8a6e23577c
commit fa218c8bdd

View File

@ -1,4 +1,5 @@
// default config
module.exports = {
port: 8888,
workers: 1
};