summarylogtreecommitdiffstats
path: root/build.patch
blob: 1a0c8d686649989e787ba554ebfa24a6cdaa6ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/shadow-cljs.edn b/shadow-cljs.edn
index 05e05805d..9b40653fe 100644
--- a/shadow-cljs.edn
+++ b/shadow-cljs.edn
@@ -1,6 +1,7 @@
 ;; shadow-cljs configuration
 {:deps  true
  :nrepl {:port 8701}
+ :parallel-build true
 
  ;; "." for /static
  :dev-http {3001 ["public" "."]