This message was deleted.
# general
s
This message was deleted.
p
how about something like:
Copy code
environment: [
  ...environment,
  {name: "ANOTHER_ENV", value: "value"}
]
c
I think the difficulty lies in the fact that the type of
environment
shown in the link above is
Output<T>
which has a non-inuitive programming model which I haven’t figured out yet