| 1 | // This file is distinct from index.tsx because it is used by other entrypoints like hubmessenger.html |
| 2 | |
| 3 | import { registerPluginServices } from './pluginManager' |
| 4 | import { createDb, createKysely, createTx } from './sqlite/crsqlite' |
nothing calls this directly
no test coverage detected