Function: devKeySource()
devKeySource(
vendor?,options?):KeySource
Defined in: packages/aiui-oracle/src/keys.ts:114
The DEV-MODE key: what the aiui Vite plugin's opt-in devKeys option injected at window.__AIUI__.devKeys (resolution is the house vendor-key machinery — env first in a source checkout, the OS vault otherwise). Exists only under vite serve — a built app never carries it — so a purely static app develops with zero setup (no pasting, no mint server) and deploys on paste-key alone.
Parameters
vendor?
string = "openai"
options?
MintOptions = {}