Netlify Dev: process.env missing variables from netlify.toml [dev] block #982
Labels
area: command: dev
area: functions
status: unconfirmed
type: feature
code contributing to the implementation of a feature and/or user facing functionality
- Do you want to request a feature or report a bug?
Seems like this is a bug. If it is not, this is a feature I'd like.
It also seems like many other people are looking for this, based on my random searches to find a solution.
- What is the current behavior?
Currently, if your netlify.toml file contains
all the variables specified has seemingly no effect - not only the
NODE_ENV
key.- If the current behavior is a bug, please provide the steps to reproduce.
netlify dev
NODE_ENV: undefined
- What is the expected behavior?
For the console to log
NODE_ENV: development
- Local Environment Information
The text was updated successfully, but these errors were encountered: