create the bin directory if it doesn't exist on startup

This commit is contained in:
Emin Arslan 2025-03-29 22:48:04 +03:00
parent e41e0888fa
commit c60ea95dbd

View File

@ -4,8 +4,14 @@
(ql:quickload "djula")
(ql:quickload "frugal-uuid")
;; this is necessary to ensure relative pathnames work
(setf *default-pathname-defaults* (uiop:getcwd))
;; make sure the bin directory exists
;; not externed from uiop, but who cares
(uiop::ensure-directories-exist "bin/")
;;;; if you're gonna run a public instance, change to the url other people
;;;; will use to connect!
(defvar *server-external-address*