mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
e988628186
Silences some verbose logging while booting the UI
24 lines
489 B
JSON
24 lines
489 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"admin",
|
|
"bootstrap-json",
|
|
"dialog-holder",
|
|
"discourse",
|
|
"discourse-common",
|
|
"discourse-hbr",
|
|
"discourse-plugins",
|
|
"discourse-widget-hbs",
|
|
"ember-cli-progress-ci",
|
|
"ember-production-deprecations",
|
|
"pretty-text",
|
|
"select-kit",
|
|
"truth-helpers",
|
|
"wizard"
|
|
],
|
|
"resolutions": {
|
|
"**/babel-plugin-debug-macros": "npm:@discourse/babel-plugin-debug-macros@0.4.0-pre1"
|
|
},
|
|
"dependencies": {}
|
|
}
|