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
Deploy with auto build (mars#156)
* Use Node buildpack‘s auto build
* Remove NODE_ENV=development workaround since Node buildpack installs devDeps for build & auto-runs build.
* 📚 link to Dev Center for Node.js build customization
* Switch to new Node auto build behavior ahead of release
* Upgrade to "Node auto build" release version of inner buildpack
Support for custom bundle location via `JS_RUNTIME_TARGET_BUNDLE` (ma……rs#117)
* Support for custom bundle location via `JS_RUNTIME_TARGET_BUNDLE`
* 📚 about custom bundle location
* 📚 how to unset custom bundle path
* Upgrade to inner buildpack with improved custom bundle UX