Using environment variable for array
I'd like to do something like this in my
and then be able to reference it, e.g., in
Is there a syntax that works for this?
.env file:and then be able to reference it, e.g., in
package.json:Is there a syntax that works for this?