Closed zanoon closed 10 months ago
0601abdb30
)The sandbox appears to be unavailable or down.
I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.
web-app/staff/.env
✓ https://github.com/zanoon/health-app-demo/commit/fef891dff6512181f534f6aed9e50bc29e5a0c61 Edit
Create web-app/staff/.env with contents:
• Create a new file named .env in the web-app/staff directory.
• In this file, add all the environment variables that are used in the Next.js application located in the web-app/staff directory.
• Set default values for each of these environment variables.
• The environment variables and their default values should be in the format: VAR_NAME=Default Value
web-app/customer/.env
✓ https://github.com/zanoon/health-app-demo/commit/905e7df153881880fc9173d30adcd0bbc19d9735 Edit
Create web-app/customer/.env with contents:
• Create a new file named .env in the web-app/customer directory.
• In this file, add all the environment variables that are used in the Next.js application located in the web-app/customer directory.
• Set default values for each of these environment variables.
• The environment variables and their default values should be in the format: VAR_NAME=Default Value
web-app/internal/.env
✓ https://github.com/zanoon/health-app-demo/commit/d526d9b60a5d9c0102b2836222241ec34c336628 Edit
Create web-app/internal/.env with contents:
• Create a new file named .env in the web-app/internal directory.
• In this file, add all the environment variables that are used in the Next.js application located in the web-app/internal directory.
• Set default values for each of these environment variables.
• The environment variables and their default values should be in the format: VAR_NAME=Default Value
I have finished reviewing the code for completeness. I did not find errors for sweep/add_env_file_in_root_of_each_a_nextjs_pr
.
💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord
Checklist
- [X] Create `web-app/staff/.env` ✓ https://github.com/zanoon/health-app-demo/commit/fef891dff6512181f534f6aed9e50bc29e5a0c61 [Edit](https://github.com/zanoon/health-app-demo/edit/sweep/add_env_file_in_root_of_each_a_nextjs_pr/web-app/staff/.env) - [X] Create `web-app/customer/.env` ✓ https://github.com/zanoon/health-app-demo/commit/905e7df153881880fc9173d30adcd0bbc19d9735 [Edit](https://github.com/zanoon/health-app-demo/edit/sweep/add_env_file_in_root_of_each_a_nextjs_pr/web-app/customer/.env) - [X] Create `web-app/internal/.env` ✓ https://github.com/zanoon/health-app-demo/commit/d526d9b60a5d9c0102b2836222241ec34c336628 [Edit](https://github.com/zanoon/health-app-demo/edit/sweep/add_env_file_in_root_of_each_a_nextjs_pr/web-app/internal/.env)