Open luciodale opened 5 years ago
config.edn
... :ig.system/base {[:my.project/foo :edge.yada.ig/external-directories] {:path "/home/user/target/folder/" :options {:custom-suffices [...] :index-files [...] ...}} ...
And in your edge.bidi.ig/vhost:
edge.bidi.ig/vhost
["/foo/" #ig/ref [:my.project/foo :edge.yada.ig/external-directories]]
... :ig.system/base {[:my.project/bar :edge.yada.ig/external-files] {:path "/home/user/target/folder/file.txt" :options {:produces [...] ...}} ...
["/file" #ig/ref [:my.project/bar :edge.yada.ig/external-files]]
Usage examples:
From your
config.edn
:Serve directory:
And in your
edge.bidi.ig/vhost
:Serve single file:
And in your
edge.bidi.ig/vhost
: