“debug=myapp:* npm start” 是什么作用?

huangapple go评论79阅读模式
英文:

what debug=myapp:* npm start does?

问题

debug=myapp:* npm start 是什么作用?我知道 npm start 做什么。DEBUG=myapp 似乎设置了一个环境变量。然而,我不明白它们是如何相关和有用的。

英文:

what debug=myapp:* npm start does? I know know what npm start does. DEBUG=myapp seem to set a environment varible. However I don't understand how they are linked and useful.

答案1

得分: 1

你的项目很可能使用了 debug 包,我建议阅读一下该包的文档。debug 环境变量用于限制你从应用程序中获取的调试信息。

英文:

Your project most probably uses debug package, I'd give the package's docs a read. The debug env variable is used to narrow down the debugging info you're getting out of your app.

huangapple
  • 本文由 发表于 2023年7月18日 14:34:50
  • 转载请务必保留本文链接:https://go.coder-hub.com/76710070.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定