This PR addresses an issue in the example project located at: Remix Azure Functions Example. The example was outdated due to the library SWA, and upgrading to version 2 resolves the problem.
Changes
Upgraded the SWA library version to v2 to fix the development run issue.
Improved the README documentation for clarity and to reflect the changes.
Overview
This PR addresses an issue in the example project located at: Remix Azure Functions Example. The example was outdated due to the library SWA, and upgrading to version 2 resolves the problem.
Changes
Issue Reference
This PR fixes the error related to Axios where the package subpath ./lib/adapters/http was not defined by "exports" from Axios, as reported in the issue https://github.com/scandinavianairlines/remix-azure-functions/issues/163
Testing
Please review and let me know if any further adjustments are needed.
Thank you!