我第一次使用时,meteor deploy
所有东西都被完美地捆绑和部署。
现在我已经对要部署的代码进行了更改,但是meteor deploy
再次使用时数据库的内容会发生什么变化 - 现有数据库的内容会被覆盖还是会保留?
No, the contents of the database will not be overwritten. In fact, all meteor commands except meteor reset
are non-destructive. See more about the meteor command line.