mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
moved becca to top level source dir
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
const searchService = require('./search/services/search');
|
||||
const sql = require('./sql');
|
||||
const becca = require('./becca/becca.js');
|
||||
const Attribute = require('./becca/entities/attribute');
|
||||
const becca = require('../becca/becca.js');
|
||||
const Attribute = require('../becca/entities/attribute.js');
|
||||
const {formatAttrForSearch} = require("./attribute_formatter.js");
|
||||
|
||||
const ATTRIBUTE_TYPES = [ 'label', 'relation' ];
|
||||
|
||||
Reference in New Issue
Block a user