mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 23:49:00 +01:00
Update apps/build-docs/src/backend_script_entrypoint.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
beb7c66ff5
commit
0a6670ce5e
@ -31,6 +31,6 @@ export type { Api };
|
|||||||
const fakeNote = new BNote();
|
const fakeNote = new BNote();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The `code` api global variable allows access to the backend script API, which is documented in {@link Api}.
|
* The `api` global variable allows access to the backend script API, which is documented in {@link Api}.
|
||||||
*/
|
*/
|
||||||
export const api: Api = new BackendScriptApi(fakeNote, {});
|
export const api: Api = new BackendScriptApi(fakeNote, {});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user