feat(plugin): Initialize new plugin system

This commit is contained in:
Jesse Wierzbinski 2024-06-21 18:22:53 -10:00
parent 1b427cf225
commit 98f8ec071c
No known key found for this signature in database
9 changed files with 307 additions and 1 deletions

View file

@ -5,6 +5,7 @@
"api",
"cli",
"federation",
"config"
"config",
"plugin"
]
}