[Dev mode] frontend/dist directory not found
Hey everyone, I'm very new to programming.
Currently in VsCode setting up the 'frontend/dist' directory using Uvicorn. However, I keep getting an error stating that the directory DNE, despite attempts to correctly build the frontend and ensure the directory is present.
Why wouldn't Uvicorn recognise the frontend/dist directory?
I hope this question wasn't too elementary, lmao.
@Tetranode0 try running cd frontend && npm run build
I believe we should be skipping the attempt to serve from frontend/dist when in dev mode, or that we should mkdir -p it during make build
yes, it makes sense for dev. I also manually created the dir before🌚
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for over 30 days with no activity.