finally able to deploy lisp server

This commit is contained in:
Chris Cochrun 2023-06-15 07:21:17 -05:00
parent 652495516a
commit a4f71e474f
3 changed files with 23 additions and 16 deletions

View file

@ -1,9 +0,0 @@
(load "~/quicklisp/setup.lisp")
(ql:quickload :parenscript)
(defpackage tfcconnection
(:use #:ps))
(in-package :tfcconnection)
(with-open-file (ps:*parenscript-stream* #P"~/dev/tfcconnection/static/js/health-form.js" :direction :output :if-exists :supersede) (ps:ps-compile-file #P"~/dev/tfcconnection/src/health-form.lisp"))