You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { PluginDefinition, setupPluginServer } from 'connery';
import sendFeedback from './actions/sendFeedback.js';
import reportBug from './actions/reportBug.js';
import askDocs from './actions/askDocs.js';
const pluginDefinition: PluginDefinition = {
name: 'Connery Help',
description:
'Connery Help is a plugin designed to provide easy access to Connery documentation and allows users to send feedback and report bugs to the Connery team.',