nandi/frqpublic Fork 0
8f05e742e60e1bd066382f31da1e19c6eda24a7a
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

deps.edn · 9 lines · 525 BClojure Blame HistoryRaw
Make ../common a dependency rather than a path 95d91a2 nandi 6d ago1{;; This directory is a dependency rather than a source path, and only because
2 ;; tools.deps has deprecated `:paths` that leave the project: `../common` in
3 ;; flutter/deps.edn warned on every build. `:local/root` is the supported way
4 ;; to say the same thing, and it needs a deps.edn here to point at.
5 ;;
6 ;; Nothing else: the deps of the two halves that compile this belong to those
7 ;; halves. `.` is the whole directory, so frq.clock, frq.store and frq.io land
8 ;; on the classpath exactly as they did.
9 :paths ["."]}