Implementation of the customer consumption display

This commit is contained in:
2026-09-07 16:11:00 -03:00
parent f0fb99d1ef
commit 5b1a35430a
9 changed files with 4323 additions and 94 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"build": "node scripts/build.mjs",
"check": "node --check src/content.js && node scripts/build.mjs --check"
"check": "node --check src/content.js && node --check src/background.js && node tests/consumptionTrend.test.cjs && node scripts/build.mjs --check",
"test": "node tests/consumptionTrend.test.cjs"
}
}