-
Notifications
You must be signed in to change notification settings - Fork 0
/
meyvn.edn
39 lines (39 loc) · 1.78 KB
/
meyvn.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{:pom {:group-id "org.danielsz",
:artifact-id "benjamin",
:version "0.1.5",
:name "benjamin"},
:build-properties {:project-build-sourceEncoding "UTF-8"},
:packaging {:jar {:enabled true,
:gpg {:enabled false}
:sources {:enabled false}}},
:testing {:enabled true, :tools-deps-alias :test},
:scm {:enabled true},
:interactive {:system {:enabled false,
:var "a.namespace/system-var",
:restart-on-change ["handler.clj"
"system.clj"]},
:figwheel {:enabled false,
:main {:watch-dirs ["src/cljs"],
:open-url false},
:build {:main "main.core",
:foreign-libs [],
:output-dir "target/classes/js/compiled",
:output-to "target/classes/js/main.js",
:asset-path "/js/compiled",
:output-wrapper true,
:aot-cache true,
:infer-externs true},
:tools-deps-alias :figwheel},
:proxy {:enabled false,
:socks {:host "127.0.0.1",
:port "1080",
:version "5",
:use-system-proxies false}},
:tools-deps-alias :repl,
:repl-host "127.0.0.1",
:reload-on-save true,
:repl-port :auto,
:enabled false},
:profiles {:enabled false}
:distribution-management {:id "clojars",
:url "https://clojars.org/repo"}}