chore: trigger convex rebuild

This commit is contained in:
Esdras Renan 2025-10-22 02:16:32 -03:00
parent dad84d7d0e
commit 6333a3fc07

View file

@ -5,5 +5,5 @@ const app = defineApp();
// You can install Convex Components here in the future, e.g. rate limiter, workflows, etc. // You can install Convex Components here in the future, e.g. rate limiter, workflows, etc.
// app.use(componentConfig) // app.use(componentConfig)
// Chore: touchpoint to trigger Convex build re-execution.
export default app; export default app;