Skip to content

Commit

Permalink
fix: module augmentation code
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 17, 2023
1 parent 6c247fc commit 70d4871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions providers/edge_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* file that was distributed with this source code.
*/

import '@adonisjs/http-server'
import edge, { type Edge } from 'edge.js'
import type { ApplicationService } from '../src/types.js'
import { BriskRoute, HttpContext, type Route, type Router } from '../modules/http/main.js'
Expand Down
1 change: 1 addition & 0 deletions providers/vinejs_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* file that was distributed with this source code.
*/

import '@adonisjs/http-server'
import vine, { BaseLiteralType, Vine } from '@vinejs/vine'
import type { Validation, FieldContext, FieldOptions } from '@vinejs/vine/types'
import type { MultipartFile, FileValidationOptions } from '@adonisjs/bodyparser/types'
Expand Down

0 comments on commit 70d4871

Please sign in to comment.