feat: Add 'atas' (minutes/records) management feature, and implement various improvements across UI, backend logic, and authentication.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { defineApp } from "convex/server";
|
||||
import betterAuth from "@convex-dev/better-auth/convex.config";
|
||||
import rateLimiter from "@convex-dev/rate-limiter/convex.config";
|
||||
import betterAuth from '@convex-dev/better-auth/convex.config';
|
||||
import rateLimiter from '@convex-dev/rate-limiter/convex.config';
|
||||
import { defineApp } from 'convex/server';
|
||||
|
||||
const app = defineApp();
|
||||
app.use(betterAuth);
|
||||
|
||||
Reference in New Issue
Block a user