Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7234863

Browse files
Trigger heroku build after removing CRA buildpack
1 parent fdef3fe commit 7234863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When working locally, you will run the following commands (after setting the nec
1717
- cd client && npm install
1818
- cd .. && npm run dev
1919

20-
The front end proxies request (some of them) to localhost:3001, which is the backend api code base. This configuration is located in `client/package.json` file itself.
20+
The front end proxies request (some of them) to localhost:3001, which is the backend api code base. This configuration is located in `client/package.json` file itself
2121

2222
Note that the environment variables for the React App start with REACT_APP_
2323

0 commit comments

Comments
 (0)