diff options
author | gennyble <gen@nyble.dev> | 2025-03-18 16:01:58 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-18 16:01:58 -0500 |
commit | 93a8e9cd2452401617e1470476c05edc8120ab96 (patch) | |
tree | 498444c941a78645923c48bd49077fd9df9e816a /corgi.conf | |
parent | bd2bd57890894c6dfb44501cf6a62b6e4e292e06 (diff) | |
download | corgi-93a8e9cd2452401617e1470476c05edc8120ab96.tar.gz corgi-93a8e9cd2452401617e1470476c05edc8120ab96.zip |
I mean, modules work, so
Diffstat (limited to 'corgi.conf')
-rw-r--r-- | corgi.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/corgi.conf b/corgi.conf index 207acc7..ff1a416 100644 --- a/corgi.conf +++ b/corgi.conf @@ -1,6 +1,12 @@ Server Port 26744 +Script module-test + Path target/release/libparrot.dylib + Type object + Match + Regex /object + Script git-backend Path /usr/lib/git-core/git-http-backend Match |