Run current UI on top of new platform server plugin #16250
Labels
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
While we're moving towards new platform we need to be able to first run server on new platform, then move UI over (as the UI parts of new platform aren't ready yet).
There are a couple potential options, e.g.
index.js
in core plugins (e.g. https://github.com/elastic/kibana/blob/master/src/core_plugins/kibana/index.js) over to new platform and being able to handle the UI parts of that setup, e.g.uiExports
.The text was updated successfully, but these errors were encountered: