Initial MaalFlows live chat scaffold

This commit is contained in:
rajchales-monito
2026-07-23 20:29:57 +02:00
commit f5c32d3c2d
11 changed files with 2060 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "maalflows",
"version": "0.1.0",
"private": true,
"description": "MaalFlows live chat widget and admin.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js",
"check": "node --check server.js && node --check public/widget.js && node --check public/admin.js"
},
"dependencies": {
"better-sqlite3": "^11.10.0"
}
}