Altinn / digdir-assistants

Generative AI assistants
MIT License
3 stars 0 forks source link

Chore/add express explicit dep #59

Closed bdb-dd closed 4 months ago

bdb-dd commented 4 months ago

Yarn 4 is implements a stricter policy when resolving Node built-in modules. In this case, we need to add a reference to Express.

This PR also improves the multi-stage build to remove the need for yarn entirely in the runner image.