Aaron Ho φ pfp
Aaron Ho φ
@aho
Devs using monorepos, when and how do you use them?
18 replies
0 recast
0 reaction

Greg pfp
Greg
@greg
Backend + frontend when it can’t be done together in something like Next.js but I’m not likely to use the backend anywhere else. Here’s a recent example https://github.com/gskril/ens-adoption
2 replies
0 recast
0 reaction

Aaron Ho φ pfp
Aaron Ho φ
@aho
for this repo, how is your release management be like? compile a sub repo, copy artifacts, deploy?
1 reply
0 recast
0 reaction

Greg pfp
Greg
@greg
apps/backend autodeploys to railway (only rebuilds when changes are made to the /backend directory), and apps/frontend is autodeployed to vercel. No extra steps, very seamless once its setup!
1 reply
0 recast
0 reaction