This commit is contained in:
legop3
2026-04-28 19:58:12 -04:00
parent 49f801330f
commit 8deee70d4a
+2 -2
View File
@@ -12,8 +12,8 @@ const { getRoomCameras } = require('../roomCameraService');
const { getRoomCameraState } = require('../roomCameraSnapshotService'); const { getRoomCameraState } = require('../roomCameraSnapshotService');
const { loadConfig } = require('../../helpers/configLoader'); const { loadConfig } = require('../../helpers/configLoader');
const INDEX_HTML_PATH = path.join(__dirname, '..', '..', 'public', 'index.html'); const INDEX_HTML_PATH = path.join(__dirname, '..', '..', '..', 'public', 'index.html');
const BITMAP_PATH = path.join(__dirname, '..', '..', 'public', 'bitmap.png'); const BITMAP_PATH = path.join(__dirname, '..', '..', '..', 'public', 'bitmap.png');
const OG_WIDTH = 1200; const OG_WIDTH = 1200;
const OG_HEIGHT = 630; const OG_HEIGHT = 630;