You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The s2i run script only supports nodemon for hot deployments when DEV_MODE=true. To use webpack-dev-server, I can set DEV_MODE=false and then override NPM_RUN but that results in my build and deploy env using different values for DEV_MODE and NODE_ENV.
Perhaps the run script can be updated with a new environment variable so hot deployments can be started with a different package than nodemon.
The text was updated successfully, but these errors were encountered:
The s2i
run
script only supports nodemon for hot deployments whenDEV_MODE=true
. To use webpack-dev-server, I can setDEV_MODE=false
and then overrideNPM_RUN
but that results in my build and deploy env using different values forDEV_MODE
andNODE_ENV
.Perhaps the
run
script can be updated with a new environment variable so hot deployments can be started with a different package than nodemon.The text was updated successfully, but these errors were encountered: