Using environment variable for array
I'd like to do something like this in my
.env
file:
and then be able to reference it, e.g., in package.json
:
Is there a syntax that works for this?1 Reply
Hmm, I wonder how this can be done
could be part of the plasmo.config.ts feature
in which the script would be evaled at compile time, and you can do a $PLASMO_PUBLIC_DOMAIN.split(",") or some csv split like that