Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ lerna-debug.log
# forest-bff openapi --output default destination
openapi.json


# yarn
yarn-error.log
.vscode/settings.json
Expand Down
2 changes: 2 additions & 0 deletions packages/agent-bff/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# document and client written by the OpenAPI codegen verification test
test/openapi/.generated
1 change: 1 addition & 0 deletions packages/agent-bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"zod": "4.3.6"
},
"devDependencies": {
"@hey-api/openapi-ts": "0.99.0",
"@redocly/cli": "2.35.1",
"@types/jsonwebtoken": "^9.0.1",
"@types/koa": "^2.13.5",
Expand Down
Loading
Loading