metamigo-api: runs in docker now
* great typescript module import refactor * refactor metamigo-cli so it is the entrypoint for the db, api, and worker
This commit is contained in:
parent
b45e2e8c11
commit
696ba16cb7
78 changed files with 319 additions and 180 deletions
|
|
@ -1,12 +1,12 @@
|
|||
export * from "./config";
|
||||
export * from "./controllers/crud-controller";
|
||||
export * from "./controllers/nextauth-adapter";
|
||||
export * from "./hapi";
|
||||
export * from "./helpers";
|
||||
export * from "./helpers/response";
|
||||
export * from "./helpers/validation-error";
|
||||
export * from "./logger";
|
||||
export * from "./records";
|
||||
export * from "./config/index.js";
|
||||
export * from "./controllers/crud-controller.js";
|
||||
export * from "./controllers/nextauth-adapter.js";
|
||||
export * from "./hapi.js";
|
||||
export * from "./helpers/index.js";
|
||||
export * from "./helpers/response.js";
|
||||
export * from "./helpers/validation-error.js";
|
||||
export * from "./logger.js";
|
||||
export * from "./records/index.js";
|
||||
|
||||
import * as pino from "pino";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue