Add todo note

This commit is contained in:
2026-05-20 13:07:07 +00:00
parent 558470f1cf
commit 922fe7e210

View File

@@ -7,6 +7,7 @@ import type { InvitationSchema } from './utils/invitation-parser.js';
export class App {
static async create() {
// TODO: Make this configurable
const invitationStoragePath = "./xo-invitations.db";
// Create the invitation store (this is a in-memory store for now)