diff --git a/convex/convex.config.ts b/convex/convex.config.ts index c08cd7a..5d4c781 100644 --- a/convex/convex.config.ts +++ b/convex/convex.config.ts @@ -5,5 +5,5 @@ const app = defineApp(); // You can install Convex Components here in the future, e.g. rate limiter, workflows, etc. // app.use(componentConfig) +// Chore: touchpoint to trigger Convex build re-execution. export default app; -