Work on plug:run

This commit is contained in:
Zef Hemel
2023-08-11 20:37:13 +02:00
parent d4f7833f0d
commit 4dbbc31cb9
24 changed files with 174 additions and 104 deletions
+2
View File
@@ -6,6 +6,7 @@ import { SlashCommandHookT } from "../web/hooks/slash_command.ts";
import { PlugNamespaceHookT } from "./hooks/plug_namespace.ts";
import { CodeWidgetT } from "../web/hooks/code_widget.ts";
import { MQHookT } from "../plugos/hooks/mq.ts";
import { EndpointHookT } from "../plugos/hooks/endpoint.ts";
export type SilverBulletHooks =
& CommandHookT
@@ -14,6 +15,7 @@ export type SilverBulletHooks =
& MQHookT
& EventHookT
& CodeWidgetT
& EndpointHookT
& PlugNamespaceHookT;
export type SyntaxExtensions = {