open-feature / playground

OpenFeature SDK demos and experimentation
https://openfeature.dev
Apache License 2.0
50 stars 25 forks source link

feat: use Nest.js SDK in backend #273

Closed lukas-reining closed 7 months ago

lukas-reining commented 7 months ago

This PR

Adds the Nest.js SDK to the backend services.

lukas-reining commented 7 months ago

Yes @beeme1mr, building it locally and running worked! I will change the imports tomorrow.

lukas-reining commented 7 months ago

I updated the imports @toddbaert @beeme1mr :)

beeme1mr commented 7 months ago

I'm running into an issue building the UI. It seems to have something to do with missing webpack polyfills. I'm looking into it.

I found the issue. There was a shared library that was used both on the client and server but was importing from the Nest SDK. I've updated the imports and added a linting rule to prevent it from happening in the future.

lukas-reining commented 7 months ago

I'm running into an issue building the UI. It seems to have something to do with missing webpack polyfills. I'm looking into it.

I found the issue. There was a shared library that was used both on the client and server but was importing from the Nest SDK. I've updated the imports and added a linting rule to prevent it from happening in the future.

Mh interesting, I could build it with the former npm run temp and thought I cleaned everything before 🤔 Thank you for fixing it @beeme1mr !