dev-tools/dev-server/design.md
Serve (watch) contents:
./registry/dist/* -> localhost:2333/registry/dist/*: Build on demand, cache 16 items by default../dist/ -> localhost:2333/dist/*: Build at startup.Dev server on WebSocket: ws://localhost:2333
Send Messages:
start
{
"type": "start"
}
coreUpdate
{
"type": "coreUpdate",
}
itemUpdate
{
"type": "itemUpdate",
"path": "http://localhost:2333/registry/dist/components/style/auto-hide-sidebar.js"
}
stop
{
"type": "stop",
}
As component:
ws://localhost:23332333reload | noReload | styleReceive Messages:
startcoreUpdateitemUpdatestop