Files
DiscordClone/convex/convex.config.js
Bryan1029384756 958cf56b23
Some checks failed
Build and Release / build-and-release (push) Failing after 0s
feat: Implement core chat application UI, including chat, voice, members, DMs, and shared components.
2026-02-14 01:57:15 -06:00

8 lines
290 B
JavaScript

"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;