code-workshop-kit
Version:
The future of remote code workshops & training
18 lines (17 loc) • 475 B
text/typescript
export { generateKey } from './generate-key';
export {
noCacheMiddleware,
changeParticipantUrlMiddleware,
jwtMiddleware,
} from './middleware/middleware';
export {
wsPortPlugin,
componentReplacersPlugin,
followModePlugin,
adminUIPlugin,
appShellPlugin,
queryTimestampModulesPlugin,
missingIndexHtmlPlugin,
} from './plugins/plugins';
export { scaffoldFiles, copyTemplates, scaffold } from './scaffold-files';
export { startServer } from './start-server';