Closed yjl9903 closed 5 months ago
Thank you for your suggestion! We highly value your feedback and think this is a great idea. In fact, this proposal is already on our roadmap. We are working to implement it and hope to make it available to all users in the near future. cc @pan93412
Is your feature request related to a problem? Please describe.
In my full-stack pnpm monorepo project, I use the following structure to manage my project.
Now, zeabur can not properly handle the pnpm monorepo correctly.
For installation, the generated dockerfile only copy and install the deps in the root package.json.
For building, I use some monorepo manager to build all the shared library and frontend app (or backend app).
Describe the solution you'd like
Detect the pnpm workspaces, see details in the pnpm docs.
And then generate dockerfile like:
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct