start making file source configurable

This commit is contained in:
2026-01-05 14:11:56 -05:00
parent 6a2ab4b673
commit 59d50a694b
4 changed files with 40 additions and 13 deletions

View File

@@ -32,6 +32,6 @@
:if-does-not-exist :create)))
(comment
(defvar drops (make-drop-data-source))
(defvar drops (make-drop-data-source "foo"))
(refresh drops)
(reload drops))