ordojs
Version:
A revolutionary web framework with compile-time optimizations and unified client-server development
10 lines • 333 B
TypeScript
/**
* @fileoverview OrdoJS CLI - Development Server
*
* This module exports the main development server components for the OrdoJS framework.
*/
export * from './file-watcher.js';
export * from './port-manager.js';
export * from './process-manager.js';
export * from './server-with-watcher.js';
//# sourceMappingURL=index.d.ts.map