thinkjs / thinkjs

Use full ES2015+ features to develop Node.js applications, Support TypeScript.
https://thinkjs.org/
MIT License
5.31k stars 616 forks source link

似乎thinkjs3.2.11,运行模式为production时,只能运行在8360端口 #1482

Closed Haiyang2017 closed 4 years ago

Haiyang2017 commented 4 years ago

DESC

ENV

OS Platform:

Node.js Version:

ThinkJS Version:3.2.11

code

// your code here

error message

// your error message here

more description

// your detail description

thinkjs 3.2.11.生成的runtime/config/production.json中,port始终是8360,无论配置文件中如何配置端口

lizheming commented 4 years ago

没有这种限制的,查一下你的 src/config/config.jssrc/config/config.production.js 的配置看看

Haiyang2017 commented 4 years ago

没有这种限制的,查一下你的 src/config/config.jssrc/config/config.production.js 的配置看看

神奇,刚刚又测了一下,真的没有问题。我之前反复试了好多遍,很确定配置文件没有改错,而且是把两个配置文件都改了,每次development可以,production不行,很纳闷端口为啥不对,才去检查的runtime/config/production.json。刚刚又试了一下,真的没有问题。真实诡异事件。不管了,反正现在是ok的了。