5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
/**
|
|
* Re-export from db module
|
|
*/
|
|
export { initDb, getDb, saveDb } from './db/index.js'
|