Skip to content

Commit

Permalink
fix: default export application
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 7, 2019
1 parent 332abd6 commit aab2723
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adonis-typings/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ declare module '@ioc:Adonis/Core/Application' {
startPath (...paths: string[]): string
tmpPath (...paths: string[]): string
}

const Application: ApplicationContract
export default Application
}

0 comments on commit aab2723

Please sign in to comment.