This is my trigger config, am getting this error:
│ const { createAddHookMessageChannel } = pkg;
│ in src/trigger/inserting-events/google-calendar-insert.ts
│ x Named export 'createAddHookMessageChannel' not found. The requested module 'import-in-the-middle' is a CommonJS module, which may not support all module.exports as named exports.
│ CommonJS modules can always be imported via the default export, for example using:```