adds index/deindex endpoints

This commit is contained in:
Keagan McClelland
2022-05-23 17:52:05 -06:00
parent 411d186517
commit fe423f1ed2
7 changed files with 64 additions and 44 deletions

View File

@@ -43,6 +43,7 @@ dependencies:
- memory
- monad-logger
- monad-logger-extras
- monad-loops
- parallel
- persistent
- persistent-postgresql
@@ -102,7 +103,19 @@ executables:
when:
- condition: flag(library-only)
buildable: false
embassy-publish:
source-dirs: cli
main: Main.hs
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -fdefer-typed-holes
dependencies:
- start9-registry
when:
- condition: flag(library-only)
buildable: false
tests:
start9-registry-test:
source-dirs: test