Initial sanitized SmartSpeaker snapshot

This commit is contained in:
ben
2026-07-13 21:13:19 -07:00
commit ac26dcc238
66 changed files with 11438 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "monitor-server",
"version": "1.0.0",
"description": "Dashboard interface to monitor ESP32-S3 IoT connection state and activity stream.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2"
}
}