Skip to content

Commit

Permalink
chore: version bumps for several deps
Browse files Browse the repository at this point in the history
* chore: version bumps for several deps

* chore: more details in http req logging

* chore: fix openapi generation bug after fastify dep updates

* chore: remove unused dep
  • Loading branch information
zone117x authored Nov 8, 2024
1 parent 8886873 commit b6596e9
Show file tree
Hide file tree
Showing 5 changed files with 366 additions and 377 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@
"preLaunchTask": "npm: testenv:run",
"postDebugTask": "npm: testenv:stop",
},
{
"type": "node",
"request": "launch",
"name": "Generate OpenAPI spec",
"runtimeArgs": ["-r", "ts-node/register"],
"args": ["${workspaceFolder}/util/openapi-generator.ts"],
"outputCapture": "std",
"internalConsoleOptions": "openOnSessionStart",
"env": {
"NODE_ENV": "development",
"TS_NODE_SKIP_IGNORE": "true"
}
},
{
"type": "node",
"request": "launch",
Expand Down
Loading

0 comments on commit b6596e9

Please sign in to comment.