Fix plugin load timeout in Logseq.
- Emit relative script src in dist/index.html (vite base "./") so the bundle actually loads inside the Logseq plugin sandbox.
- Defer the initial migration run so logseq.ready() resolves before any work.
Fix plugin load timeout in Logseq.