WIP: CLI running of plugs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { index } from "$sb/silverbullet-syscall/mod.ts";
|
||||
|
||||
export async function run() {
|
||||
console.log("Hello from plug_test.ts");
|
||||
console.log(await index.queryPrefix(`tag:`));
|
||||
return "Hello";
|
||||
}
|
||||
Reference in New Issue
Block a user