// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { defineApp } from "convex/server";
// DO NOT install components in this project. This is designed to be an empty
// project that we can use to test mounting / unmounting components.
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const app = defineApp();
export default app;