Failed deployment
Hello. Can anyone help me figure out how to deploy a repo with the following stucture:
The build logs say Nixpacks is unable to generate a build plan.
I also deployed a Flask project that failed to build until I added
Procfile
and vercel.json
files. Is there a build command or files I should add to help Nixpacks? I'm new to this stuff. Thanks!13 Replies
Project ID:
N/A
N/A
what kind of app is that? i dont recognize the structure
It's just a menu builder tool I'm making. It started as a Flask project. Didn't put much thought into the structure ._.
can you share the repo?
GitHub
GitHub - dogspace/menu_maker
Contribute to dogspace/menu_maker development by creating an account on GitHub.
bit of a mess
how would you even run this locally?
I've just been using the VS code live server extension
I'm open to restructuring it. just trying to find the best solution to get it running
yeah it needs a restructure for sure, also dont know why you have a procfile that starts gunicorn, this isnt a python project
Ye that's either left over from when it was a Flask project or I was just testing random stuff. Any pointers on how I should restructure the project?
aside from splitting up main.js - i'll get to that eventually
i may have missed some files, but hopefully you get my drift
Yeah looks good I'll try that. Thanks dude!