Refactor Tailwind CSS server handling
This commit is contained in:
parent
7bddd59dab
commit
340dd47e0d
5 changed files with 16 additions and 13 deletions
src
|
@ -11,8 +11,6 @@
|
|||
(defparameter *app* (jg:make-app :address "localhost"
|
||||
:port env:*port*))
|
||||
|
||||
(jg:clear-middlewares *app*)
|
||||
(jg:clear-routing-rules *app*)
|
||||
(fbr:assign-routes *app* :system "hp" :directory "src/routes")
|
||||
(jg:install-middleware *app* mw:*recoverer*)
|
||||
(jg:install-middleware *app* mw:*path-normalizer*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue