feat: Implement core chat application UI, including chat, voice, members, DMs, and shared components.
Some checks failed
Build and Release / build-and-release (push) Failing after 0s
Some checks failed
Build and Release / build-and-release (push) Failing after 0s
This commit is contained in:
7
convex/convex.config.js
Normal file
7
convex/convex.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var server_1 = require("convex/server");
|
||||
var convex_config_js_1 = require("@convex-dev/presence/convex.config.js");
|
||||
var app = (0, server_1.defineApp)();
|
||||
app.use(convex_config_js_1.default);
|
||||
exports.default = app;
|
||||
Reference in New Issue
Block a user