The full scope across this batch: POST /sessions key→token exchange, SessionStore dual-index with revoke_by_id, CLI Bearer injection (ONTOREF_TOKEN), ontoref setup --gen-keys, install scripts, daemon config form roundtrip, ADR-004/005, on+re self-description update (fully-self-described), and landing page refresh.
10 lines
141 B
TypeScript
10 lines
141 B
TypeScript
/* ./setup/shiki.ts */
|
|
export default () => {
|
|
return {
|
|
themes: {
|
|
dark: 'vitesse-dark',
|
|
light: 'vitesse-dark',
|
|
},
|
|
}
|
|
}
|