Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试过设置NODE_ENV=production或production: true在 js 配置中。但仪表板仍然显示DEV。
NODE_ENV=production
production: true
DEV
生产模式在自托管解析服务器中没有任何意义。话虽如此,如果您希望仪表板图标变为绿色,您可以在 parse-dashboard 配置中设置它,只需production: true为您想要绿色的应用程序设置即可。
它在文档中详细说明
您也可以设置自定义图标....酷