1
0
silverbullet/plug-api/silverbullet-syscall/sandbox.ts

6 lines
158 B
TypeScript
Raw Normal View History

import type { LogEntry } from "../../plugos/sandbox.ts";
export function getServerLogs(): Promise<LogEntry[]> {
return syscall("sandbox.getServerLogs");
}