Skip to content

Commit

Permalink
Remove 'axios' from external_node_modules in netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DMontgomery40 committed Jan 11, 2025
1 parent 00758e1 commit 67609d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish = "dist"
[functions]
node_bundler = "esbuild"
included_files = ["src/lib/**"]
external_node_modules = ["@octokit/rest", "axios"]
external_node_modules = ["@octokit/rest"]

[functions.scan-repository]
timeout = 30
Expand Down

0 comments on commit 67609d6

Please sign in to comment.