Added following logic: 1. New clients receive 15 entry history from history file 2. After that, every 10 seconds when new entry is generated it is sent out to all connected clients
5 lines
67 B
JSON
5 lines
67 B
JSON
{
|
|
"watch": ["."],
|
|
"ignore": ["node_modules/**", "data.json"]
|
|
}
|