Skip to content

Commit

Permalink
Setup flowstorm debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhanshuguptagit committed Aug 21, 2024
1 parent a7b5374 commit c9f0bd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
[org.clj-commons/hickory "0.7.4"]
[com.github.pkpkpk/cljs-node-io "2.0.332"]
[day8.re-frame/undo "0.3.3"]
[com.github.flow-storm/flow-storm-inst "RELEASE"]
^:dev [day8.re-frame/re-frame-10x "1.9.3"]]

:nrepl {:port 9000}
:dev-http {8090 "public"}
:builds
{:engine {:target :node-library
Expand All @@ -27,7 +29,8 @@
:ui {:target :browser
:output-dir "public/js"
:asset-path "/js"
:devtools {:preloads [day8.re-frame-10x.preload.react-18]}
:devtools {:preloads [day8.re-frame-10x.preload.react-18
flow-storm.preload]}
:dev {:compiler-options
{:closure-defines
{re-frame.trace.trace-enabled? true
Expand Down

0 comments on commit c9f0bd9

Please sign in to comment.