Skip to content

Commit

Permalink
fix(configure): add commands to the rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Sep 20, 2023
1 parent 5edf520 commit 610475f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export async function configure(command: Configure) {
* Register provider
*/
await codemods.updateRcFile((rcFile) => {
rcFile.addCommand('@adonisjs/lucid/commands')
rcFile.addProvider('@adonisjs/lucid/database_provider')
})

Expand Down

0 comments on commit 610475f

Please sign in to comment.