This commit is contained in:
Louis Lam
2023-12-04 15:59:01 +08:00
parent 8053e9940e
commit 3537b842ec
4 changed files with 20 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ import User from "./models/user";
import childProcessAsync from "promisify-child-process";
import { Terminal } from "./terminal";
import "dotenv/config";
export class DockgeServer {
app : Express;
httpServer : http.Server;