zanoon / health-app-demo

GNU General Public License v3.0
0 stars 0 forks source link

Sweep: add .env file in root of each a Next.js projects uder this repo with all env variables . set default value for each env variable #7

Closed sweep-ai[bot] closed 11 months ago

sweep-ai[bot] commented 11 months ago

PR Feedback: πŸ‘Ž

Description

This pull request adds a .env file in the root of each Next.js project under this repository. The .env file contains all the necessary environment variables with default values.

Summary

Note: The default values for the environment variables are the same for all three directories.

Fixes #6.


πŸŽ‰ Latest improvements to Sweep:


πŸ’‘ To get Sweep to edit this pull request, you can:

sweep-ai[bot] commented 11 months ago

Sandbox Executions

sweep-ai[bot] commented 11 months ago

Rollback Files For Sweep

sweep-ai[bot] commented 11 months ago

Apply Sweep Rules to your PR?

zanoon commented 11 months ago

there ara alot of env variables like this one than not added like this one process.env.NEXT_PUBLIC_GMAPS_API_KEY scan for all other env varaobales from Next.js projjects in this repo and add them with same name to env file .

zanoon commented 11 months ago

Sweep: there are a lot of env variables like this one than not added like this one process.env.NEXT_PUBLIC_GMAPS_API_KEY scan for all other env varaobales from Next.js projjects in this repo and add them with same name to env file .