We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
已知 调试方便点,不用每次编译,还有其他的好处吗?
The text was updated successfully, but these errors were encountered:
主要就是把config内的东西都变成了代码,而还是json.
正式编译时不用单独写一个copy配置文件的脚本.
配置文件也是代码,所以可以写一些特殊的配置,简单来说就是可控性强一点.
比如 servers.ts (severs.json) 是放进程配置的, 你可以在这个文件里做一些逻辑处理,判断目前运行的环境之类的逻辑.
severs.json
不用改个代码还要想着编译.
Sorry, something went wrong.
No branches or pull requests
已知 调试方便点,不用每次编译,还有其他的好处吗?
The text was updated successfully, but these errors were encountered: