My file structure is as follows
api --> where all my flask api is
build
src
package.json
I have successfully made a git repository out of the api and pushed it to my heroku account. I am having trouble deploying the front end with this file structure. Blog posts and youtube videos I have came across show deployment with the python file inside of the main folder and not structured in a different folder of its own. I was wondering how I should go about deploying with this file structure. This is the first time I am deploying and I would be grateful if someone could walk me through it.