Skip to content

Commit 61439a7

Browse files
committed
Changes from node scripts/regenerate_moon_projects.js --update
1 parent 7892fb8 commit 61439a7

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

  • x-pack/platform/test/api_integration/apis/search_inference_endpoints/fixture_plugin
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
2+
# To extend this, write your extensions/overrides to 'moon.extend.yml'
3+
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/search-inference-endpoints-fixture-plugin'
4+
5+
$schema: https://moonrepo.dev/schemas/project.json
6+
id: '@kbn/search-inference-endpoints-fixture-plugin'
7+
layer: unknown
8+
owners:
9+
defaultOwner: '@elastic/search-kibana'
10+
toolchains:
11+
default: node
12+
language: typescript
13+
project:
14+
title: '@kbn/search-inference-endpoints-fixture-plugin'
15+
description: Moon project for @kbn/search-inference-endpoints-fixture-plugin
16+
channel: ''
17+
owner: '@elastic/search-kibana'
18+
sourceRoot: x-pack/platform/test/api_integration/apis/search_inference_endpoints/fixture_plugin
19+
dependsOn:
20+
- '@kbn/core'
21+
- '@kbn/core-plugins-server'
22+
- '@kbn/search-inference-endpoints'
23+
tags:
24+
- plugin
25+
- prod
26+
- group-platform
27+
- private
28+
fileGroups:
29+
src:
30+
- server/**/*
31+
- '!target/**/*'
32+
tasks: {}

0 commit comments

Comments
 (0)