scandinavianairlines / remix-azure-functions

A Remix.run adapter for Azure Functions and Azure Static Web Apps
https://www.npmjs.com/package/@scandinavianairlines/remix-azure-functions
MIT License
23 stars 2 forks source link

chore(deps): upgrade swa version to v2 for fixing dev run issue in example #164

Closed mildronize closed 2 weeks ago

mildronize commented 1 month ago

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!