mirror of
https://github.com/LukeHagar/polar.git
synced 2025-12-06 12:47:46 +00:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
import { defineApp } from "convex/server";
|
|
import polar from "@convex-dev/polar/convex.config";
|
|
|
|
const app = defineApp();
|
|
app.use(polar);
|
|
|
|
export default app;
|