fix: db import having incorrect block/path-refs

Some block/path-refs were invalid because importer was manually setting
this instead of relying on listeners. Confirmed relying on listeners
works in the frontend and CLI. Part of LOG-3176
This commit is contained in:
Gabriel Horner
2024-07-26 15:33:11 -04:00
parent 15b66b1cfb
commit c41b1bce3a
3 changed files with 32 additions and 18 deletions

View File

@@ -10,6 +10,6 @@
"mldoc": "^1.5.8"
},
"scripts": {
"test": "nbb-logseq -cp test -m nextjournal.test-runner"
"test": "nbb-logseq -cp test:../outliner/src -m nextjournal.test-runner"
}
}