UNPKG

code-workshop-kit

Version:
9 lines 624 B
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