add review comments
This commit is contained in:
parent
07cea8cfeb
commit
0cd0225918
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
["vcs" "commit"]
|
||||
["vcs" "tag" "v" "--no-sign"]
|
||||
["change" "version" "leiningen.release/bump-version"]]
|
||||
;; TODO: das ist intentionally nach pyb gewandert und muss hier raus!
|
||||
:aliases {"native" ["shell"
|
||||
"native-image"
|
||||
"--report-unsupported-elements-at-runtime"
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
(s/def ::build-memory-request ::web/build-memory-request)
|
||||
(s/def ::build-cpu-limit ::web/build-cpu-limit)
|
||||
(s/def ::build-memory-limit ::web/build-memory-limit)
|
||||
;; TODO: Redirect fehlt!
|
||||
(s/def ::redirects ::web/redirects)
|
||||
|
||||
(def websiteconfig? (s/keys :req-un [::unique-name
|
||||
|
|
Loading…
Reference in a new issue