UNPKG

code-workshop-kit

Version:
6 lines 490 B
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