changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / tools/init.lisp

changeset 44: 99d4ab4f8d53
parent: 2015d7277629
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 11 Aug 2024 01:50:18 -0400
permissions: -rw-r--r--
description: update
1 (defvar *demo-config*
2  '(:service "weather"
3  :host "localhost"
4  :port 8888
5  :client (:name "guest"
6  :type "docker"
7  :mode "release"
8  :theme "dark")))