Interface KernelOptions
interface KernelOptions {
blacklist?: { commands?: string[] };
credentials?: { password: string; username: string };
dom?: DomOptions;
filesystem?: FilesystemOptions<ConfigMounts>;
i18n?: InitOptions<object>;
log?: LogOptions;
service?: ServiceOptions;
socket?: WebSocket;
toast?: object;
}
blacklist?: { commands?: string[] };
credentials?: { password: string; username: string };
dom?: DomOptions;
filesystem?: FilesystemOptions<ConfigMounts>;
i18n?: InitOptions<object>;
log?: LogOptions;
service?: ServiceOptions;
socket?: WebSocket;
toast?: object;
}
Options for configuring the kernel