ConteMan

Results 1 comments of ConteMan

> use electron + sqljs error: TypeError: Cannot set properties of undefined (setting 'exports') Electron, if in main process, use like `const initSqlJs = require('sql.js')`, not `import initSqlJs from 'sql.js'`....