Commit bd1db19
authored
Add index.html to client/public directory for React build
- Placed index.html in the client/public directory to serve as the entry point for the React application.
- Resolves the issue in the build process where react-scripts could not locate the required index.html file.
- Ensures the React app can be built and deployed successfully.
This addition allows the React build process to complete without errors in the GitHub Actions workflow.1 parent bd6bcad commit bd1db19
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments