I encountered an error while testing my project using vercel dev. I intended to store environment variables using a .env file, but I noticed that Vercel interprets content following # as part of the environment variable. For instance, given MESSAGE=hello world! # a comment, it parses it as hello world! # a comment instead of hello world!. The version of Vercel I'm using is 39.1.2. I've created a simple example that you can access from https://github.com/happy-game/vercel-test.git.





