Upgrade toggl-client dependency
Closed this issue · 3 comments
beauraines commented
Version 2.0.0 of toggl-client is available
beauraines commented
const togglClient = import('toggl-client');
(await import('dotenv')).config()
const client = (await togglClient).default();
- all variables must be
let/const
- package.json type: module
beauraines commented
beauraines commented
And maybe this, because I want to use the commadDir