code-workshop-kit
Version:
The future of remote code workshops & training
6 lines • 490 B
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';
//# sourceMappingURL=index.d.ts.map