adonis-ally-rdstation
Version:
AdonisJS Ally x RD Station
18 lines (14 loc) • 431 B
Markdown
The package has been configured successfully!
Make sure to first define the mapping inside the `contracts/ally.ts` file as follows.
```ts
import { RDStationDriver, RDStationConfig } from 'ally-driver-rdstation/build/standalone'
declare module '@ioc:Adonis/Addons/Ally' {
interface SocialProviders {
// ... other mappings
rdstation: {
config: RDStationConfig
implementation: RDStationDriver
}
}
}
```