mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
/** Minimal marker that selects the desktop custom-protocol API carrier. */
|
|
|
|
import { contextBridge } from 'electron'
|
|
|
|
contextBridge.exposeInMainWorld('dshDesktop', { protocolVersion: 1 })
|