Skip to content

Commit

Permalink
fix(plugins): export endpoints [khcp-10220] (#1048)
Browse files Browse the repository at this point in the history
Export plugin endpoints for use in `khcp-ui` plugin e2e's.
  • Loading branch information
kaiarrowood committed Jan 4, 2024
1 parent 875fd67 commit 69cfa53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/entities/entities-plugins/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import PluginSelect from './components/PluginSelect.vue'
import PluginSelectGrid from './components/select/PluginSelectGrid.vue'
import PluginConfigCard from './components/PluginConfigCard.vue'
import composables from './composables'
import pluginEndpoints from './plugins-endpoints'

// expose VueFormGenerator so host app doesn't need @kong-ui-public/forms as a dependency
export { VueFormGenerator } from '@kong-ui-public/forms'
Expand All @@ -23,3 +24,5 @@ export {
}

export * from './types'

export { pluginEndpoints }

0 comments on commit 69cfa53

Please sign in to comment.