fix(manager): persist environment presentation and media

This commit is contained in:
DCCONSTRUCTIONS
2026-08-22 09:47:57 +03:00
parent 40cd637f72
commit 506d786ee6
7 changed files with 294 additions and 12 deletions
@@ -2,7 +2,7 @@ import { randomUUID } from "node:crypto";
import { mkdir, readFile, rename, writeFile } from "node:fs/promises";
import { basename, dirname, extname, join, resolve, sep } from "node:path";
const DEFAULT_ACCENT = "#b9ff4a";
const DEFAULT_ACCENT = "#f5f5f5";
export function createDeviceManagerPresentationStore({
layoutPath,