Update AGENTS.md file

This commit is contained in:
2026-03-28 12:16:52 -05:00
parent 4c97c7fa17
commit e24b592951
5 changed files with 37 additions and 16 deletions

View File

@@ -5,7 +5,6 @@ declare const process: {
readonly USESEND_API_KEY?: string;
readonly USESEND_URL?: string;
readonly USESEND_FROM_EMAIL?: string;
readonly CONVEX_CLOUD_URL?: string;
readonly [key: string]: string | undefined;
};
};