BloomTech-Labs / labs9-business-reviews

1 stars 6 forks source link

User Integration #273

Open KryoKorpz opened 5 years ago

KryoKorpz commented 5 years ago
bummings commented 5 years ago

The package.json on root was actually a fix for Heroku to acknowledge the dependencies in place on the root directory of this github repo. Not sure if there's a workaround for this on a monolithic repo, other than splitting it out to front/back.

KryoKorpz commented 5 years ago

Oh, gotcha; that is the workaround, you can just push a specific folder to Heroku via CLI

git subtree push --prefix app heroku master

at least that is if I understand what you were trying to do with the package.json on the root.