From 6333a3fc074557793142e87c27fe74a10981f584 Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Wed, 22 Oct 2025 02:16:32 -0300 Subject: [PATCH] chore: trigger convex rebuild --- convex/convex.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -