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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -31,3 +31,6 @@ yarn-error.log*
|
||||
|
||||
# Convex
|
||||
convex/_generated
|
||||
apps/admin/.env.staging
|
||||
apps/storefront/.env.staging
|
||||
convex/.env.staging
|
||||
|
||||
Reference in New Issue
Block a user