Skip to content

Commit

Permalink
fixup! remove old ns
Browse files Browse the repository at this point in the history
  • Loading branch information
mping committed Dec 13, 2023
1 parent 9f81656 commit 4039577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; shadow-cljs configuration
{:deps {:aliases [:cljs :dev :doc]}
:nrepl {:init-ns intemporal.example.dev}
:nrepl {:init-ns intemporal2.dev}
:dev-http {8000 "public"}
:builds {:doc {:target :browser
:output-dir "public/js"
Expand All @@ -13,5 +13,5 @@
:asset-path "."
:output-dir "target"
:compiler-options {:infer-externs true
:optimizations :none}
:modules {:dev {:entries [intemporal.example.dev]}}}}}
:optimizations :none}
:modules {:dev {:entries [intemporal2.dev]}}}}}

0 comments on commit 4039577

Please sign in to comment.