Update repo

This commit is contained in:
2026-01-10 12:01:28 -05:00
parent 235c928dc5
commit 843b264c61
22 changed files with 680 additions and 336 deletions

View File

@@ -8,9 +8,9 @@
"license": "MIT",
"exports": {},
"scripts": {
"dev": "convex dev",
"dev:tunnel": "convex dev",
"setup": "convex dev --until-success",
"dev": "dotenv -e ../../.env -- convex dev",
"dev:tunnel": "dotenv -e ../../.env -- convex dev",
"setup": "dotenv -e ../../.env -- convex dev --until-success",
"clean": "git clean -xdf .cache .turbo dist node_modules",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint --flag unstable_native_nodejs_ts_config",
@@ -21,6 +21,7 @@
"@react-email/components": "0.5.4",
"@react-email/render": "^1.4.0",
"convex": "catalog:convex",
"openai": "catalog:",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"usesend-js": "^1.5.6",