Alexandre Touzel
Alexandre Touzel
I had the same problem until I realized it was removing the style attributes because all style properties inside my style attribute were not allowed according to the 'CSS.AllowedProperties' in...
@Hacksore – Thanks for sharing a demo! From my understanding, when deploying to Cloud Functions, Cloud Build installs your dependencies with `npm ci`, but your `apps/api` directory doesn't have a...
Hey @MitchSRobinson, We're also using `turbo prune` to deploy an api on App Engine (which uses Cloud Build). Works wonderfully. I tried using a similar approach to deploy Cloud Functions...
Thank you for helping out @MitchSRobinson! Turns out our cloud functions were running on Node 12, and therefore npm v6, which doesn't support workspaces 🤦♂️ I moved to Node 16...