Made two docker-compose files, one for prod and one for dev
It builds two services one is the frontend (Next-app) and one is the backend (Uvicorn FastAPI)
Changes:
Fix to lint, now lint runs properly on 'yarn lint' and 'yarn build' cmd
Added suspens to wrap uplode pipline becouse of it's async properties, this ensures a load until it's ready.
Updated npm and yarn files through cli
Made two docker-compose files, one for prod and one for dev
It builds two services one is the frontend (Next-app) and one is the backend (Uvicorn FastAPI)
Changes: Fix to lint, now lint runs properly on 'yarn lint' and 'yarn build' cmd Added suspens to wrap uplode pipline becouse of it's async properties, this ensures a load until it's ready. Updated npm and yarn files through cli