ordojs
Version:
A revolutionary web framework with compile-time optimizations and unified client-server development
10 lines • 331 B
JavaScript
/**
* @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.js.map