# Desktop build (`deno task desktop:cef` / `deno task desktop`). Copy to `.env.desktop`. # # QUANTUM_TARGET=desktop switches vite.config.ts to the Deno adapter, whose # `.deno-deploy/server.ts` output `deno desktop` packages. # QUANTUM_MODE=local runs the embedded server in single-user mode. # QUANTUM_DESKTOP=1 makes the app read its chosen mode + display name from an # app-config file at runtime and show the first-launch mode-selection screen when # absent — instead of baking those into the binary. QUANTUM_TARGET=desktop QUANTUM_MODE=local QUANTUM_DESKTOP=1 # Where the local database (and the quantum-desktop.json app-config beside it) # live. Defaults to the OS app-data dir if unset. DB_PATH=./data/desktop-spike.db