Added phoenix and serum subscribers

This commit is contained in:
Luke Steyn
2023-05-31 16:02:17 +09:00
parent 413f6f1898
commit 92f78dd540
3 changed files with 145 additions and 61 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Debug",
"port": 2230,
"timeout": 3000,
"restart": true,
},
]
}