Commit 77e4d23
authored
Add missing index.html file to client/public for React build
- Added index.html to the client/public directory to serve as the entry point for the React application.
- Fixes the error encountered during the build process where the required index.html file could not be found.
- Ensures that the React build process completes successfully in the GitHub Actions workflow.
This update provides the necessary file structure for the React frontend, enabling successful deployment.1 parent 84f5c1b commit 77e4d23
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