Skip to content

Commit a7347fd

Browse files
committed
Update to Next 8.0.3
1 parent 58acbb7 commit a7347fd

File tree

3 files changed

+950
-1169
lines changed

3 files changed

+950
-1169
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ git commit -m 'Next.js app on Heroku'
2828
git push heroku master
2929
```
3030

31+
Heroku auto-detects that this is a Node.js app, and then executes:
32+
33+
* `npm install`
34+
* `npm run build`
35+
* and then launches the app `NODE_ENV=production npm start`.
36+
3137
👉 An example deployment of master is running at [https://nextjs-server.herokuapp.com/](https://nextjs-server.herokuapp.com/).
3238

3339
## The idea behind the example

0 commit comments

Comments
 (0)