我已经安装了meteor-useraccounts/core。在文档中它说要使用lib/config/at_config.js。使用新的推荐meteor文件结构,它会去哪里?
发布于 2017-02-16 17:14:23
您可以将其放入/imports/startup/中,然后导入到/imports/startup/server/index.js中。
有关流星文件结构的详细信息,请阅读Meteor Application Structure。尤其是this portion。
https://stackoverflow.com/questions/42267083
复制相似问题