Refactor pipeline task handling and UI flows
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
import { defineApp } from "convex/server";
|
||||
import workflow from "@convex-dev/workflow/convex.config";
|
||||
import auditWorkpool from "@convex-dev/workpool/convex.config";
|
||||
|
||||
import betterAuth from "./betterAuth/convex.config";
|
||||
|
||||
const app = defineApp();
|
||||
|
||||
app.use(betterAuth);
|
||||
app.use(workflow);
|
||||
app.use(auditWorkpool, { name: "auditWorkpool" });
|
||||
|
||||
export default app;
|
||||
|
||||
Reference in New Issue
Block a user