Skip to content

Instantly share code, notes, and snippets.

@simeg
Created May 26, 2022 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simeg/c50ff3dd100963b967dd22bc1c8c06b8 to your computer and use it in GitHub Desktop.
Save simeg/c50ff3dd100963b967dd22bc1c8c06b8 to your computer and use it in GitHub Desktop.
Express Node.js Heroku 2
{
...
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "18.x"
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment