Skip to content

Commit

Permalink
adding global agent
Browse files Browse the repository at this point in the history
  • Loading branch information
kenahrens committed Apr 11, 2024
1 parent f5da14d commit 00fcd98
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 2 deletions.
146 changes: 144 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"global-agent": "^3.0.0",
"got": "^14.2.1",
"morgan": "^1.10.0",
"sequelize": "^6.37.2",
Expand Down
1 change: 1 addition & 0 deletions api/src/server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'global-agent/bootstrap';
import 'dotenv/config';
import app from './app.js'; // Note the '.js' extension
import { initializeDb } from './db/database.js';
Expand Down

0 comments on commit 00fcd98

Please sign in to comment.