Skip to content

Commit

Permalink
Update examples/custom-routes-proxying/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Alvarez D. <[email protected]>
  • Loading branch information
timneutkens and lfades authored Jun 20, 2020
1 parent 28ce205 commit 98d1dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-routes-proxying/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "cross-env UPSTREAM_PORT=3001 next dev",
"build": "next build",
"start": "cross-env UPSTREAM_PORT=3001 next start",
"start": "cross-env UPSTREAM_PORT=3001 next start",
"start-upstream": "cross-env UPSTREAM_PORT=3001 node server.js"
},
"dependencies": {
Expand Down

0 comments on commit 98d1dc5

Please sign in to comment.