code-workshop-kit
Version:
The future of remote code workshops & training
18 lines (16 loc) • 602 B
text/typescript
import { adminUIPlugin } from './admin-ui-plugin';
import { appShellPlugin } from './app-shell-plugin';
import { componentReplacersPlugin } from './component-replacers-plugin';
import { followModePlugin } from './follow-mode-plugin';
import { queryTimestampModulesPlugin } from './query-timestamp-modules-plugin';
import { wsPortPlugin } from './ws-port-plugin';
import { missingIndexHtmlPlugin } from './missing-index-html-plugin';
export {
wsPortPlugin,
componentReplacersPlugin,
followModePlugin,
adminUIPlugin,
appShellPlugin,
queryTimestampModulesPlugin,
missingIndexHtmlPlugin,
};