3.0.0 • Published 6 years ago

razzle-heroku v3.0.0

Weekly downloads
759
License
MIT
Repository
github
Last release
6 years ago

razzle-heroku Build Status

Make razzle work on heroku seamlessly.

Quickstart :rocket:

  1. Install razzle-heroku (npm i -S razzle-heroku or yarn add razzle-heroku)
  2. Create a razzle.config.js in your project root
module.exports = {
  modify: require("razzle-heroku"),
}

For more details, you can check this commit :)

Features

  • Allow your server to read environment variables at runtime. Client environment variables still need to be prefixed by RAZZLE_
  • Bind the $PORT at runtime
  • Fix RAZZLE_PUBLIC_DIR on heroku
3.0.0

6 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago