mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Move @kbn/config-schema
to server] home
(#191780)
This commit is contained in:
parent
37bd5f6781
commit
6ce2d6b056
5 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ import { TutorialService } from '../services/tutorials';
|
|||
import { AddDataService } from '../services/add_data';
|
||||
import { FeatureCatalogueRegistry } from '../services/feature_catalogue';
|
||||
import { EnvironmentService } from '../services/environment';
|
||||
import { ConfigSchema } from '../../config';
|
||||
import type { ConfigSchema } from '../../server/config';
|
||||
import type { WelcomeService } from '../services/welcome';
|
||||
|
||||
export interface HomeKibanaServices {
|
||||
|
|
|
@ -23,7 +23,7 @@ import { SharePluginSetup, SharePluginStart } from '@kbn/share-plugin/public';
|
|||
import type { CloudSetup, CloudStart } from '@kbn/cloud-plugin/public';
|
||||
import { PLUGIN_ID, HOME_APP_BASE_PATH } from '../common/constants';
|
||||
import { setServices } from './application/kibana_services';
|
||||
import { ConfigSchema } from '../config';
|
||||
import type { ConfigSchema } from '../server/config';
|
||||
import {
|
||||
EnvironmentService,
|
||||
EnvironmentServiceSetup,
|
||||
|
|
|
@ -23,7 +23,7 @@ export type {
|
|||
ScopedTutorialContextFactory,
|
||||
} from './services';
|
||||
import { PluginInitializerContext, PluginConfigDescriptor } from '@kbn/core/server';
|
||||
import { configSchema, ConfigSchema } from '../config';
|
||||
import { configSchema, ConfigSchema } from './config';
|
||||
|
||||
export const config: PluginConfigDescriptor<ConfigSchema> = {
|
||||
exposeToBrowser: {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"outDir": "target/types",
|
||||
"isolatedModules": true
|
||||
},
|
||||
"include": ["common/**/*", "public/**/*", "server/**/*", "config.ts", ".storybook/**/*"],
|
||||
"include": ["common/**/*", "public/**/*", "server/**/*", ".storybook/**/*"],
|
||||
"kbn_references": [
|
||||
"@kbn/core",
|
||||
"@kbn/data-views-plugin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue