Skip to content

Commit

Permalink
remove generation skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
kainpets committed Jun 18, 2024
1 parent 0979ef3 commit 0eeb759
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
18 changes: 0 additions & 18 deletions generate-docstrings.ts

This file was deleted.

2 changes: 1 addition & 1 deletion generate-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ interface Route {
subresources: string[]
}

export interface Endpoint {
interface Endpoint {
name: string
path: string
namespace: string
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"examples/**/*",
"tsup.config.ts",
"prepack.ts",
"generate-routes.ts",
"generate-docstrings.ts"
"generate-routes.ts"
]
}

0 comments on commit 0eeb759

Please sign in to comment.