V0.7.0 Arroyo Toad
Fixed a design flaw where we supposed we could find keys before reading part of the message by adding support for a method to grab the key at runtime
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM denoland/deno
|
||||
RUN apt update
|
||||
RUN apt install git -y
|
||||
RUN apt install git npm -y
|
||||
@@ -38,7 +38,9 @@
|
||||
// RunArgs
|
||||
"runArgs": [
|
||||
"--name",
|
||||
"Typescript-MessageUtils"
|
||||
"Typescript-MessageUtils",
|
||||
"--env-file",
|
||||
".environment/.env"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user