You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Delete this help paragraph when you're done.) Thanks for writing a changeset! Here's a place to start.
2
+
Don't edit the title, but in editing the body, try to explain what this PR means for Redwood users.
3
+
The more detail the better. E.g., is it a new feature? How do they use it? Code examples go a long way!
4
+
5
+
- fix(cli): Update build and serve to handle the absence of the api side (#10265) by @Josh-Walker-GM
6
+
7
+
This change allows you to successfully build your app with `yarn rw build` even when you chose to totally delete you api side. Previously you would have seen errors related to both Prisma and GraphQL. It also improves the error messages produced by `yarn rw serve` in this case.
0 commit comments