v1.3.0 — pannello admin completo, auth localStorage, Baileys WA, customers, calendario, paginazione, dashboard 7gg

This commit is contained in:
2026-04-12 17:46:08 +00:00
commit c33ec8450e
31 changed files with 3072 additions and 0 deletions

12
wa-service/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "booking-wa",
"version": "1.0.0",
"private": true,
"scripts": { "start": "node server.js" },
"dependencies": {
"@whiskeysockets/baileys": "^6.7.16",
"express": "^4.21.0",
"pino": "^9.6.0",
"qrcode": "^1.5.4"
}
}