duct icon indicating copy to clipboard operation
duct copied to clipboard

Server-side application framework for Clojure

Results 11 duct issues
Sort by recently updated
recently updated
newest added

The base [`config.edn` declares two profile includes](https://github.com/duct-framework/duct/blob/master/lein-template/resources/leiningen/new/duct/base/config.edn#L16-L17) for `dev` and `local` . ```clj :duct.profile/dev #duct/include "dev" :duct.profile/local #duct/include "local" ``` This is a problem for artifact names that start with...