Skip to content

Commit

Permalink
fix last switch to common format
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson authored Oct 28, 2024
1 parent 247c6d2 commit 764b1aa
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 @@ -49,9 +49,7 @@ This could be useful if your app is a part of a monorepo.
This buildpack searches your application root for the following files:
1. `server.[c|m]js`
1. `app.[c|m]js`
1. `main.js`
1. `main.cjs`
1. `main.mjs`
1. `main.[c|m]js`
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
Expand Down

0 comments on commit 764b1aa

Please sign in to comment.