Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information