[Move @kbn/config-schema to server] kbn-telemetry-tools (#191686)

This commit is contained in:
Alejandro Fernández Haro 2024-08-29 10:15:06 +02:00 committed by GitHub
parent 4e27debaac
commit f22bc8d1d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"type": "shared-common",
"type": "shared-server",
"id": "@kbn/telemetry-tools",
"devOnly": true,
"owner": "@elastic/kibana-core"

View file

@ -6,7 +6,6 @@
* Side Public License, v 1.
*/
// eslint-disable-next-line @kbn/imports/no_boundary_crossing
import { UsageCollectionSetup } from '@kbn/usage-collection-plugin/server';
import { getUsageCollector } from './get_usage_collector';