mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
server-ts: Port becca_loader
This commit is contained in:
@@ -61,7 +61,7 @@ async function createInitialDatabase() {
|
||||
|
||||
sql.executeScript(schema);
|
||||
|
||||
require('../becca/becca_loader.js').load();
|
||||
require('../becca/becca_loader').load();
|
||||
|
||||
const BNote = require('../becca/entities/bnote');
|
||||
const BBranch = require('../becca/entities/bbranch');
|
||||
|
||||
Reference in New Issue
Block a user