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
{{ message }}
This repository was archived by the owner on Jun 11, 2022. It is now read-only.
Update README.md (#193)
* Update README.md
Change the default branch in commands from master to main
* Update README.md
Version Compatibility Section (Changed master to main)
Deploy with auto build (#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` (#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