Currently, I am developing a project that incorporates a Next.js application with the .env file stored in the root directory of the project.
Is there a way to configure Next.js to search for the .env file in a location other than the app's root folder?
Although I attempted to utilize the dotenv package, it proved unsuccessful in this scenario.