Monorepo compatibility?
Does jstack supports monorepos? I have multiple apps that needs the same backend, and I'm curious to know if it is something that I could do with jstack.
@joschan21 support for monorepo will be interesting.
Its not that difficult to implement yourself, but having an official jstack monorepo / boilerplate is not a bad idea.
Its not that difficult to implement yourself, but having an official jstack monorepo / boilerplate is not a bad idea.
Basically, I just need another copy of the app directory right?
Its not that difficult to implement yourself, but having an official jstack monorepo / boilerplate is not a bad idea.
Basically, I just need another copy of the app directory right?
And moving those major packages to packages directory like trpc, ts configs, and hono in case you building a mobile app or just anything you want to work with them.
This is something I am playing with in my new portfolio project. I want to see if I can make the jstack api part (server folder) its own package/app so that it deploys separately. If I get it working, and it runs smoothly, I will happily create a nice little part of the CLI in a PR for this. It is a bit harder than I anticipated, as it mostly relies on using either nextjs as the thing running said api, or cloudflare workers/wrangler. So I am trying to make sure it works on both before I create anything to help people use it themselves.