|
|
@ -10,13 +10,11 @@ import path from "node:path"; |
|
|
|
|
|
|
|
import mongoose from "mongoose"; |
|
|
|
|
|
|
|
import { |
|
|
|
DtpBase, |
|
|
|
DtpPlatform, |
|
|
|
DtpService, |
|
|
|
WebServer, |
|
|
|
WebController, |
|
|
|
} from "../dtplib.js"; |
|
|
|
import { DtpBase } from "./base.js"; |
|
|
|
import { DtpPlatform } from "./platform.js"; |
|
|
|
import { DtpService } from "./service.js"; |
|
|
|
import { WebServer } from "../web/server.js"; |
|
|
|
import { WebController } from "../web/controller.js"; |
|
|
|
|
|
|
|
type ModelRegistry = Record<string, typeof mongoose.Model>; |
|
|
|
type ServiceRegistry = Record<string, DtpService>; |
|
|
|