Skip to content

Commit

Permalink
[Move @kbn/config-schema to server] dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Jul 30, 2024
1 parent 6c87925 commit d221f78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/plugins/dashboard/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

import { PluginInitializerContext, PluginConfigDescriptor } from '@kbn/core/server';
import { configSchema, ConfigSchema } from '../config';
import { configSchema, ConfigSchema } from './config';

export const config: PluginConfigDescriptor<ConfigSchema> = {
exposeToBrowser: {
Expand Down

0 comments on commit d221f78

Please sign in to comment.