gpt4 book ai didi

node.js - 如何将 https 添加到yarn run 中?

转载 作者:太空宇宙 更新时间:2023-11-04 03:21:26 24 4
gpt4 key购买 nike

我正在尝试使用

运行 yarn 服务器
$ yarn run start --https

它启动一个服务器,但使用http而不是https。 --https 选项适用于我正在开发的另一个项目,但不适用于这个项目。我想知道是否还需要在 package.json 中设置一些内容来启用 https。作为引用,这是我克隆并正在使用的 github 项目:https://github.com/googlecreativelab/teachable-machine-boilerplate .

最佳答案

解释于docs :

    HTTPS=true npm start

或将其设置在 package.json 的脚本部分:

    {
"start": "HTTPS=true react-scripts start"
}

关于node.js - 如何将 https 添加到yarn run 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49655489/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com