just a heads-up: these errors/warnings are a bit c...
# sst
s
just a heads-up: these errors/warnings are a bit confusing. it’s not clear where in my code it’s referring to since there’s no filename shown and no actual code/variables shown either
Copy code
[dotenv][DEBUG] did not match key and value when parsing line 1: # These variables are only available in your SST code.
[dotenv][DEBUG] did not match key and value when parsing line 2: # To apply them to your Lambda functions, checkout this doc - <https://docs.serverless-stack.com/environment-variables#environment-variables-in-lambda-functions>
[dotenv][DEBUG] did not match key and value when parsing line 3:
[dotenv][DEBUG] did not match key and value when parsing line 7:
f
It’s comment from the comments inside
.env
s
yeah. I removed those though, and I still see one debug msg still
I get
[dotenv][DEBUG] did not match key and value when parsing line 4:
and I just have 3 lines of variables, no comments
like it doesn’t like the end-of-file or something 😄
f
Got it
s
thanks, Frank! 👍