Refactor
This commit is contained in:
parent
67af8aad50
commit
c8ab7e1349
19 changed files with 123 additions and 95 deletions
src
|
@ -11,10 +11,7 @@
|
|||
(in-package #:hp)
|
||||
|
||||
(defun start ()
|
||||
(jg:start *app*)
|
||||
(when (env:dev-mode-p)
|
||||
(uiop:run-program (format nil "open http://~a:~a"
|
||||
env:*address* env:*port*))))
|
||||
(jg:start *app*))
|
||||
|
||||
(defun stop ()
|
||||
(jg:stop *app*))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue