development -> main #1

Open
Christopher.Hase wants to merge 93 commits from development into main
Showing only changes of commit cde7ebb867 - Show all commits

View file

@ -14,6 +14,7 @@ RUN npx tsc
### NEW ### ### NEW ###
RUN npm install -g http-server RUN npm install -g http-server
RUN npx tsc iching/event.ts RUN npx tsc iching/event.ts
RUN npx tsc iching/broker.ts
# 2. Rust build-Stage # 2. Rust build-Stage