Nixpacks: copy files from sibiling directory in a monorepo
Hi, I have to deploy my monorepo app, the frontend (residing in
/src/frontend
) imports bindings from /src/backend/bindings
, how do i make sure to include those in Nixpacks?Solution:Jump to solution
Ok i solved it by just making the backend generate the bindings inside the frontend folder
3 Replies
Project ID:
N/A
N/A
Solution
Ok i solved it by just making the backend generate the bindings inside the frontend folder