Refactored codebase & auth bug fix

This commit is contained in:
2025-05-15 13:33:58 +03:00
parent 36226dbbac
commit eeda1b500d
13 changed files with 424 additions and 347 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
path: "./sensors.db",
table_name: "sensors"
};