Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Fix dotenv configuration for server startup#41

Open
devanshimirchandani wants to merge 1 commit intomainfrom
fix-DotenvStartupBug
Open

Fix dotenv configuration for server startup#41
devanshimirchandani wants to merge 1 commit intomainfrom
fix-DotenvStartupBug

Conversation

@devanshimirchandani
Copy link
Collaborator

This pull request addresses the bug that prevents the server from starting due to an issue with the dotenv configuration.

The server startup bug was traced to an incorrect dotenv configuration setup, specifically related to loading the .env file for development settings. This PR fixes the issue by ensuring that the dotenv configuration is properly loaded during server startup.

Changes Made:

  • Added the necessary import statement for dotenv configuration.
  • Corrected the dotenv file path to ".env.dev" for development settings.

@vercel
Copy link

vercel bot commented Apr 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
unitrack ✅ Ready (Inspect) Visit Preview Apr 3, 2024 0:04am

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant