server-ts: Port becca/entity_constructor

This commit is contained in:
Elian Doran
2024-02-17 20:28:05 +02:00
parent 1c7532df46
commit 3b7812f829
6 changed files with 37 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
* will create 1000 new notes and some clones into the current document.db
*/
require('../becca/entity_constructor.js');
require('../becca/entity_constructor');
const sqlInit = require('../services/sql_init');
const noteService = require('../services/notes.js');
const attributeService = require('../services/attributes.js');