mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
moved becca to top level source dir
This commit is contained in:
@@ -13,7 +13,7 @@ const cloningService = require('./cloning');
|
||||
const appInfo = require('./app_info');
|
||||
const searchService = require('./search/services/search');
|
||||
const SearchContext = require("./search/search_context.js");
|
||||
const becca = require("./becca/becca");
|
||||
const becca = require("../becca/becca.js");
|
||||
|
||||
/**
|
||||
* This is the main backend API interface for scripts. It's published in the local "api" object.
|
||||
|
||||
Reference in New Issue
Block a user