Skip to content

Commit

Permalink
chore: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Apr 24, 2020
0 parents commit 51098f1
Show file tree
Hide file tree
Showing 8 changed files with 2,710 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
@@ -0,0 +1,13 @@
node_modules
coverage
.DS_STORE
.nyc_output
.idea
.vscode/
*.sublime-project
*.sublime-workspace
*.log
build
dist
yarn.lock
shrinkwrap.yaml
6 changes: 6 additions & 0 deletions index.d.ts
@@ -0,0 +1,6 @@
declare module '@ioc:Adonis/Core/AsyncHttpContext' {
import { HttpContextContract } from '@ioc:Adonis/Core/HttpContext'

const AsyncHttpContext: HttpContextContract
export default AsyncHttpContext
}

0 comments on commit 51098f1

Please sign in to comment.