UNPKG

gengoal

Version:

Tool to translate and track your project copies with the Gengo API

14 lines (10 loc) 176 B
// Update with your config settings. module.exports = { tracker: { client: 'sqlite3', debug: false, connection: { filename: './dev.sqlite3' } } };