Skip to content

Commit

Permalink
docs(templates/express): fix README (remix-run#2441)
Browse files Browse the repository at this point in the history
* fix: server build path in gitignore and readme

* revert: express-ts since it has been removed pr remix-run#2317
  • Loading branch information
dogukanakkaya authored and aaronpowell committed May 15, 2022
1 parent 4d930cb commit 1c4c95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,5 @@
- youngvform
- zachdtaylor
- zainfathoni
- dogukanakkaya
- zhe
2 changes: 1 addition & 1 deletion templates/express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Now you'll need to pick a host to deploy it to.

If you're familiar with deploying express applications you should be right at home just make sure to deploy the output of `remix build`

- `server/build/`
- `build/`
- `public/build/`

### Using a Template
Expand Down

0 comments on commit 1c4c95d

Please sign in to comment.