Closed Ant1B2x closed 2 months ago
When manually passing a build version using extraMetadata, as in:
extraMetadata
nx build my-application --configuration=production --extraMetadata.version='2.0.1'
and then starting the application, an error like this happens:
So I propose to fix it by wrapping it with JSON.stringify() :)
JSON.stringify()
Thanks 🧐
When manually passing a build version using
extraMetadata
, as in:nx build my-application --configuration=production --extraMetadata.version='2.0.1'
and then starting the application, an error like this happens:
So I propose to fix it by wrapping it with
JSON.stringify()
:)