You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use regex to parse ENV variable names from .env
For each variable name, find the value of the variable by pulling
the text *between* the current variable and the next variable in
the file (ignoring quotes)
0 commit comments