feat(env): update .gitignore and package files for Convex integration

- Added .env.staging files for admin and storefront applications to .gitignore.
- Updated package.json and package-lock.json to include @convex-dev/resend and its dependencies.
- Introduced new Convex-related modules and updated peer dependencies for better compatibility.

This commit enhances the environment configuration and integrates the Resend service into the project.
This commit is contained in:
2026-03-07 22:50:45 +03:00
parent 5f7c3cece9
commit e28a6524a3
3 changed files with 134 additions and 4 deletions

3
.gitignore vendored
View File

@@ -31,3 +31,6 @@ yarn-error.log*
# Convex
convex/_generated
apps/admin/.env.staging
apps/storefront/.env.staging
convex/.env.staging