code-workshop-kit
Version:
The future of remote code workshops & training
9 lines • 624 B
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, };
//# sourceMappingURL=plugins.d.ts.map