gpt4 book ai didi

firebase - 有没有办法监控 Firebase 命令行的变化,例如 "nodemon"?

转载 作者:行者123 更新时间:2023-12-02 06:28:32 25 4
gpt4 key购买 nike

当我对代码进行更改时,是否有任何方法可以让 Firebase 命令行简单地刷新服务器,类似于 nodemon 对 nodeJS 所做的操作?我正在使用 Polymer for web。

最佳答案

添加到@grigson,您还可以使用 exec 标志来运行 package.json 脚本,例如:

nodemon -e ts --exec "npm run serve"

其中 serve 是函数 package.json 中的命令(即

{
"name": "functions",
"scripts": {
...
"serve": "npm run build && firebase serve --only functions",
...
}

通过运行此命令,nodemon 还将在 serve 之前运行 build。 -e 标志告诉 nodemon 监视扩展名为 .ts 的文件中的更改。

关于firebase - 有没有办法监控 Firebase 命令行的变化,例如 "nodemon"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43052669/

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