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
I needed to add a process.exit(err? err : 0) to the end of the webpack.run cb in the bin/compile file to close the connection when the build finishes.
Do you want to merge a pr for that, or would you rather restructure the compile process to not hold open connections?
@stevelacy Actually just did that, but the build should not touch the DB since a production build will try to connect to the production DB which is obv not good
No description provided.
The text was updated successfully, but these errors were encountered: