Skip to content

Commit

Permalink
Make the example project use beholder instead of hawk
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobobryant committed Aug 1, 2022
1 parent 914d3ce commit a515171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/config.edn.TEMPLATE
Expand Up @@ -19,7 +19,7 @@
:dev {:merge [:prod]
;; See com.example.feat.worker
;; :com.example/enable-worker false
:com.example/enable-hawk true
:com.example/enable-beholder true
:biff/host "0.0.0.0"
:biff/base-url "http://localhost:8080"
:biff.xtdb/topology :standalone
Expand Down
6 changes: 3 additions & 3 deletions example/src/com/example.clj
Expand Up @@ -71,7 +71,7 @@
:biff/after-refresh `start
:biff/handler #'handler
:biff/malli-opts #'malli-opts
:biff.hawk/on-save #'on-save
:biff.beholder/on-save #'on-save
:biff.xtdb/on-tx #'on-tx
:biff.chime/tasks tasks
:biff/config "config.edn"
Expand All @@ -87,8 +87,8 @@
:com.example/enable-worker
biff/use-chime)
(biff/use-when
:com.example/enable-hawk
biff/use-hawk)]})
:com.example/enable-beholder
biff/use-beholder)]})
(generate-assets! @biff/system)
(log/info "Go to" (:biff/base-url @biff/system)))

Expand Down

0 comments on commit a515171

Please sign in to comment.