mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
♻️ refactor: migrate to Go Kubernetes operator
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user