feat: ship self-hosted KOC LOOP workflows
This commit is contained in:
5
instrumentation.ts
Normal file
5
instrumentation.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export async function register() {
|
||||
if (process.env.NEXT_RUNTIME !== "nodejs") return;
|
||||
const { startScheduler } = await import("./lib/scheduler");
|
||||
startScheduler();
|
||||
}
|
||||
Reference in New Issue
Block a user