Rename "db" to "@digiresilience/metamigo-db"

This commit is contained in:
Abel Luck 2023-03-13 11:01:28 +00:00
parent 87153723b4
commit cae0071851
13 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,7 @@
import { Command } from "commander";
import { startWithout } from "@digiresilience/montar";
import { migrateWrapper } from "db";
import { migrateWrapper } from "@digiresilience/metamigo-db";
import { loadConfig } from "config";
import { genConf, listConfig } from "./config";
import { createTokenForTesting, generateJwks } from "./jwks";