Bundle js modules with vite
This commit is contained in:
parent
138c163a6d
commit
d8db79e00c
12 changed files with 943 additions and 44 deletions
src
|
@ -19,8 +19,8 @@
|
|||
|
||||
(defparameter *app*
|
||||
(lack:builder (:static
|
||||
:path "/static/"
|
||||
:root (asdf:system-relative-pathname :hp "static/"))
|
||||
:path "/dist/assets/"
|
||||
:root (asdf:system-relative-pathname :hp "assets/"))
|
||||
*raw-app*))
|
||||
|
||||
; for clackup cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue