Skip to content

Commit

Permalink
fix: FORMS-1303 add main location to package.json
Browse files Browse the repository at this point in the history
Added the "main" setting with a value of "app.js" to the package.json. This is to hopefully influence the CodeQL static checks to recognize the rate limiter applied to all API routes.
  • Loading branch information
WalterMoar committed Oct 23, 2024
1 parent 58b74f9 commit 8c3f758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "common-hosted-form-service-app",
"main": "app.js",
"version": "1.5.0",
"private": true,
"license": "Apache-2.0",
Expand Down

0 comments on commit 8c3f758

Please sign in to comment.