fixing analytics popup

This commit is contained in:
orangecoding
2025-12-09 14:57:29 +01:00
parent 3e5cd97400
commit 78b762bd9e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ export const DEFAULT_CONFIG = {
port: 9998,
workingHours: { from: '', to: '' },
demoMode: false,
analyticsEnabled: null,
analyticsEnabled: true,
// Default path for sqlite storage directory. Interpreted relative to project root.
sqlitepath: '/db',
};

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "15.0.0",
"version": "15.0.1",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"prepare": "husky",