When trying to simply:
import sqlite3InitModule from '@sqlite.org/sqlite-wasm';
I get:
Cannot find module '../node_modules/comlink/dist/esm/comlink.mjs' from 'node_modules/@sqlite.org/sqlite-wasm/src/sqlite-client.mjs'
Maybe a src file shouldn't be in the prod distro (from index.mjs: export * from './src/sqlite-client.mjs';).
This worked fine with build 2.