mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
fixe
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user