Skip to content

Commit

Permalink
Add biff/use-htmx-refresh to the starter app
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobobryant committed Feb 17, 2024
1 parent c471f57 commit 93baa98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions starter/resources/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
:biff.middleware/secure #profile {:dev false :default true}
:biff.middleware/cookie-secret #biff/secret COOKIE_SECRET
:biff/jwt-secret #biff/secret JWT_SECRET
:biff.refresh/enabled #profile {:dev true :default false}

:postmark/api-key #biff/secret POSTMARK_API_KEY
:postmark/from #biff/env POSTMARK_FROM
Expand Down
1 change: 1 addition & 0 deletions starter/src/com/example.clj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
biff/use-xt
biff/use-queues
biff/use-tx-listener
biff/use-htmx-refresh
biff/use-jetty
biff/use-chime
biff/use-beholder])
Expand Down

0 comments on commit 93baa98

Please sign in to comment.