Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 13, 2024
1 parent 41e3219 commit e81f155
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
8 changes: 1 addition & 7 deletions packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"devDependencies": {
"@adonisjs/assembler": "^7.2.3",
"@adonisjs/core": "^6.3.1",
"@tuyau/client": "workspace:*",
"@poppinss/matchit": "^3.1.2",
"@types/node": "^20.11.25",
"np": "^10.0.0",
"ts-morph": "^22.0.0"
},
"peerDependencies": {
Expand All @@ -48,12 +48,6 @@
"access": "public",
"tag": "latest"
},
"np": {
"message": "chore(release): %s",
"tag": "latest",
"branch": "main",
"anyBranch": false
},
"c8": {
"reporter": [
"text",
Expand Down
11 changes: 0 additions & 11 deletions packages/codegen/providers/conduit_provider.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
import { Route } from '@adonisjs/core/http'
import type { ApplicationService } from '@adonisjs/core/types'
import { LazyImport } from '@adonisjs/core/types/http'
import { Constructor } from 'ts-morph'

declare module '@adonisjs/core/http' {
export interface Router {
action: <T extends Constructor<any>>(
pattern: string,
handler: LazyImport<Constructor<any>>
) => Route<T>
}
}
export default class TuyauProvider {
constructor(protected app: ApplicationService) {}

Expand Down
6 changes: 0 additions & 6 deletions packages/codegen/stubs/README.md

This file was deleted.

0 comments on commit e81f155

Please sign in to comment.