mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 10:00:46 -04:00
3 lines
110 B
JavaScript
3 lines
110 B
JavaScript
export const SETTINGS_COOKIE = 'roverSettings';
|
|
export const SETTINGS_MAX_AGE = 60 * 60 * 24 * 365; // 1 year
|