;; shadow-cljs configuration
{:deps true
 :builds
 {:app
  {:target     :react-native
   :init-fn    app.index/init
   :output-dir "build"
   :devtools   {:autoload true
                :preloads [shadow.expo.keep-awake]}}

  :test
  {:target    :node-test
   :output-to "test/node-tests.js"
   :autorun   true}}}
