|
3 | 3 | "target/webly"]
|
4 | 4 |
|
5 | 5 | :deps {org.clojure/clojure {:mvn/version "1.11.1"}
|
6 |
| - org.pinkgorilla/goldly {:mvn/version "0.4.621"} |
| 6 | + org.pinkgorilla/webly {:mvn/version "0.5.655"} |
7 | 7 | org.pinkgorilla/ui-tailwind {:mvn/version "0.0.5"}
|
8 |
| - org.pinkgorilla/ui-repl {:mvn/version "0.0.72"} |
9 | 8 | org.pinkgorilla/oauth2 {:local/root "../" :deps/manifest :deps}
|
10 | 9 | }
|
11 | 10 |
|
12 | 11 |
|
13 |
| - :aliases {:demo |
14 |
| - {:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"} |
15 |
| - cider/cider-nrepl {:mvn/version "0.28.3"}} |
16 |
| - :exec-fn modular.system/start! |
17 |
| - :exec-args {:profile "jetty" |
18 |
| - :config ["webly/config.edn" |
19 |
| - "goldly/config.edn" |
20 |
| - "oauth2/config.edn" ; oauth2 endpoints |
21 |
| - "demo-config.edn" |
22 |
| - "/home/florian/repo/myLinux/myvault/goldly/oauth2-localhost.edn" ; oauth2 secrets |
23 |
| - ] |
24 |
| - :services "demo-services.edn" #_"goldly/services.edn"}} |
25 |
| - |
26 |
| - :npm-install |
27 |
| - {:exec-fn goldly.app.build/goldly-build |
28 |
| - :exec-args {:profile "npm-install"}} |
29 |
| - |
30 |
| - :compile |
31 |
| - {:exec-fn goldly.app.build/goldly-build |
32 |
| - :exec-args {:profile "compile2"}} |
33 |
| - |
34 |
| - :run |
35 |
| - {:exec-fn modular.system/start! |
36 |
| - :exec-args {:config ["webly/config.edn" |
37 |
| - "goldly/config.edn" |
38 |
| - "oauth2/config.edn" |
39 |
| - "demo-config.edn" ; oauth2 endpoints |
40 |
| - "/home/florian/repo/myLinux/myvault/goldly/oauth2-localhost.edn" ; oauth2 secrets |
41 |
| - ] |
42 |
| - :services "demo-run.edn"}} |
| 12 | + :aliases {:webly {:exec-fn webly.app.app/webly-build |
| 13 | + :exec-args {:config [{}] |
| 14 | + :profile "npm-install"}} |
| 15 | + |
| 16 | + :npm-install {:exec-args {:profile "npm-install"}} |
| 17 | + :compile {:exec-args {:profile "compile2"}} |
| 18 | + :release {:exec-args {:profile "release"}} |
| 19 | + :release-adv {:exec-args {:profile "release-adv"}} |
| 20 | + :static {:exec-args {:profile "static"}} |
| 21 | + :ci {:exec-args {:profile "ci"}} |
| 22 | + |
| 23 | + :run {:exec-fn modular.system/start! |
| 24 | + :exec-args {:profile "jetty" |
| 25 | + :config ["oauth2/config.edn" ; oauth2 endpoints |
| 26 | + "demo-config.edn" |
| 27 | + "/home/florian/repo/myLinux/myvault/goldly/oauth2-localhost.edn" ; oauth2 secrets |
| 28 | + ] |
| 29 | + :services "demo-services.edn"}} |
43 | 30 |
|
44 | 31 | ;; token info
|
45 | 32 | :token-info-xero {:exec-args {:run demo.token/token-info
|
|
0 commit comments