Organize directories
This commit is contained in:
parent
412a8adbe0
commit
7f569560b2
7 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@
|
|||
#:*trim-trailing-slash*)
|
||||
(:import-from #:clack-errors
|
||||
#:*clack-error-middleware*)
|
||||
(:import-from #:hp/env
|
||||
(:import-from #:hp/lib/env
|
||||
#:hp-env)
|
||||
(:import-from #:hp/renderer)
|
||||
(:export #:*app*))
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
(:use #:cl)
|
||||
(:import-from #:microcms
|
||||
#:define-list-client)
|
||||
(:import-from #:hp/env
|
||||
(:import-from #:hp/lib/env
|
||||
#:microcms-service-domain
|
||||
#:microcms-api-key)
|
||||
(:export #:get-blog-list
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defpackage #:hp/env
|
||||
(defpackage #:hp/lib/env
|
||||
(:use #:cl)
|
||||
(:import-from #:cl-dotenv
|
||||
#:load-env)
|
||||
|
@ -6,7 +6,7 @@
|
|||
#:hp-url
|
||||
#:microcms-service-domain
|
||||
#:microcms-api-key))
|
||||
(in-package #:hp/env)
|
||||
(in-package #:hp/lib/env)
|
||||
|
||||
(load-env (merge-pathnames "./.env"))
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
#:set-response-header)
|
||||
(:import-from #:hsx/element
|
||||
#:element)
|
||||
(:import-from #:hp/env
|
||||
(:import-from #:hp/lib/env
|
||||
#:hp-url
|
||||
#:hp-env))
|
||||
(in-package #:hp/renderer)
|
||||
|
|
|
@ -3,7 +3,7 @@ module.exports = {
|
|||
content: [
|
||||
"./src/renderer.lisp",
|
||||
"./src/routes/**/*.lisp",
|
||||
"./src/components/**/*.lisp",
|
||||
"./src/ui/**/*.lisp",
|
||||
],
|
||||
theme: {
|
||||
container: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue