UNPKG

@rws-framework/client

Version:

This package provides the core client-side framework for Realtime Web Suit (RWS), enabling modular, asynchronous web components, state management, and integration with backend services. It is located in `.dev/client`.

14 lines (13 loc) 296 B
function getRWSHotReloadSetup(port, outputDir){ return { hot: true, port, static: { directory: outputDir, }, devMiddleware: { publicPath: '/' } } } module.exports = { getRWSHotReloadSetup };