Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Dev - add electric as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeoffrey committed Nov 22, 2023
1 parent ee87a65 commit 1250334
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "electric"]
path = vendors/electric
url = [email protected]:hyperfiddle/electric.git
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Live app: https://electric.hyperfiddle.net/


```
$ git submodule update --init
$ yarn # demos only - react interop, codemirror
$ clj -A:dev -X user/main
Expand Down
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:paths ["src" "resources"]
:deps {com.datomic/dev-local {:mvn/version "1.0.243"}
com.google.guava/guava {:mvn/version "31.1-jre"} ; fix conflict - datomic cloud & shadow
com.hyperfiddle/electric {:mvn/version "v2-alpha-469-gb6d9865c"}
com.hyperfiddle/electric {:mvn/version "v2-alpha-428-g22937f75"}
com.hyperfiddle/rcf {:mvn/version "20220926-202227"}
datascript/datascript {:mvn/version "1.5.2"}
com.datomic/peer {:mvn/version "1.0.6735"}
Expand All @@ -23,6 +23,8 @@
{binaryage/devtools {:mvn/version "1.0.6"}
com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.1.1"}
thheller/shadow-cljs {:mvn/version "2.22.10"}}
:override-deps
{com.hyperfiddle/electric {:local/root "vendors/electric"}}
:jvm-opts
["-Xss2m" ; https://github.com/hyperfiddle/photon/issues/11
"-XX:-OmitStackTraceInFastThrow" ;; RCF
Expand Down
1 change: 1 addition & 0 deletions vendors/electric
Submodule electric added at 574a8f

0 comments on commit 1250334

Please sign in to comment.