0x80 / mono-ts

A quest for the perfect TS monorepo setup
MIT License
119 stars 10 forks source link

Support for firebase hosting? #20

Open serpro69 opened 3 months ago

serpro69 commented 3 months ago

Hi, So far your repo contains addresses deployment of functions (services) What about deploying apps/web application to firebase hosting? Can that be supported as well? Thanks

0x80 commented 3 months ago

Should be possible I think, but I haven't used firebase hosting myself for many years and I'm not sure I want to spent time figuring that out.

I have a list of other things I would like to update the examples with too.

serpro69 commented 3 months ago

Thanks for the reply @0x80 ! How do you prefer to do hosting these days, if you don't mind me asking here. Anything that has proven to work well with this monorepo setup?

0x80 commented 3 months ago

My apps have been Next.js for a while, and Vercel hosting with its preview branches is convenient for me.