Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Pannemans <[email protected]>
  • Loading branch information
mhdawson and c0d1ngm0nk3y authored Oct 24, 2024
1 parent 887d801 commit 247c6d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ This buildpack searches your application root for the following files:
1. `main.js`
1. `main.cjs`
1. `main.mjs`
1. `index.js`
1. `index.cjs`
1. `index.mjs`
1. `index.[c|m]js`
If you have multiple of the above files in your application root then the
highest priority file, for example (`server.js > app.js > main.js > index.js`), will be
chosen for the start command.
Expand Down

0 comments on commit 247c6d2

Please sign in to comment.