♻️ refactor: migrate to Go Kubernetes operator

This commit is contained in:
2026-08-13 02:19:27 +07:00
parent 826464a9e5
commit 91c07eb76a
50 changed files with 532 additions and 2930 deletions
+3
View File
@@ -16,6 +16,9 @@ import { terminalRoutes } from "./routes/terminal";
import { userRoutes } from "./routes/users";
import "./infrastructure/event-handlers";
import { operatorResourceSync } from "./application/di-container";
operatorResourceSync.start();
const app = new Elysia({ adapter: node() })
.use(errorHandler)