Rework actions to be loaded dynamically

This commit is contained in:
Tom Wiesing 2023-11-08 10:29:09 +01:00
parent e49f89d4ee
commit 08ab7b4383
No known key found for this signature in database
22 changed files with 934 additions and 81 deletions

5
utils/README.md Normal file
View file

@ -0,0 +1,5 @@
This folder contains utility code used for testing and maintaing the distillery.
None of this is used by the distillery itself.
Currently these are:
- `wsclient`: A client for the websocket API, written in typescript.