-
Hi, I am trying to create a custom package that would allow using multiple pubsub drivers (like mqtt or google pubsub), kinda like
Since this module does not exist and this file is meant to define the module, I don't know how to fix this. A little help would be appreciated ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, I just fixed this 😅, I was importing |
Beta Was this translation helpful? Give feedback.
Well, I just fixed this 😅, I was importing
import { ManagerContract } from '@poppinss/manager'
andimport { ApplicationContract } from '@ioc:Adonis/Core/Application'
outside ofdeclare module ... {