feat: 테스트 데이터베이스
All checks were successful
build / build (push) Successful in 5s

해결 #28
This commit was merged in pull request #30.
This commit is contained in:
2026-03-28 10:36:10 -06:00
parent 9cc0def4d5
commit cf242b778d
10 changed files with 99 additions and 27 deletions

View File

@@ -57,6 +57,7 @@
default = pkgs.mkShell {
inputsFrom = [
pkgs.doerg
pkgs.publisher
pkgs.doerg-parser
pkgs.doerg-temml-worker
];
@@ -68,6 +69,7 @@
clojure
babashka
sqlite-web
pkgs.publisher.test-emacs
];
};
});