fix: Netlify include node_modules

This commit is contained in:
Alicia Sykes
2024-06-21 22:55:58 +01:00
parent 9bb8b3f46d
commit c0f7ef1079
3 changed files with 5 additions and 2 deletions

View File

@@ -20,6 +20,9 @@
# REACT_APP_SHODAN_API_KEY='' # Shodan API key, for using Shodan scan API
# REACT_APP_WHO_API_KEY='' # WhoAPI key, for iniiating client-side whois lookup
[functions]
included_files = ["node_modules/**"]
# Redirect the /api/* path to the lambda functions
[[redirects]]
from = "/api/*"