diff --git a/src/app.ts b/src/app.ts index db58b3f..f69751e 100644 --- a/src/app.ts +++ b/src/app.ts @@ -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)