feat: Implement core Discord features including members list, direct messages, user presence, authentication, and chat UI.
Some checks failed
Build and Release / build-and-release (push) Has been cancelled
Some checks failed
Build and Release / build-and-release (push) Has been cancelled
This commit is contained in:
6
convex/convex.config.ts
Normal file
6
convex/convex.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineApp } from "convex/server";
|
||||
import presence from "@convex-dev/presence/convex.config.js";
|
||||
|
||||
const app = defineApp();
|
||||
app.use(presence);
|
||||
export default app;
|
||||
Reference in New Issue
Block a user