I am trying to deploy my mern app this is the folder structure
SpotifyWrapped/
|-- client/
| |–build
| |-- node_modules/
| |-- public/
| |-- src/
| |-- package.json
| |-- … other files
|-- server/
|-- package.json
| |-- … server files
|-- .gitignore
|-- README.md
|-- … other files
and I keep getting this Server started
Aug 22 06:40:57 PM Your service is live
Aug 22 06:40:58 PM Serving index.html from: /opt/render/project/src/server/client/build/index.html
Aug 22 06:40:58 PM Error: ENOENT: no such file or directory, stat ‘/opt/render/project/src/server/client/build/index.html’