@ -28,6 +28,7 @@ const sseClients = new Set();
// Serve dashboard
app.get('/', (req, res) => {
res.set('Cache-Control', 'no-store');
res.sendFile(path.join(__dirname, 'index.html'));
});