mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 06:22:17 +00:00
wip
This commit is contained in:
6
backend/index.ts
Normal file
6
backend/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { DockgeServer } from "./dockge-server";
|
||||
import { log } from "./log";
|
||||
|
||||
log.info("server", "Welcome to dockge!");
|
||||
const server = new DockgeServer();
|
||||
await server.serve();
|
||||
Reference in New Issue
Block a user