diff --git a/.changesets/10265.md b/.changesets/10265.md deleted file mode 100644 index 318b981768bd..000000000000 --- a/.changesets/10265.md +++ /dev/null @@ -1,3 +0,0 @@ -- fix(cli): Update build and serve to handle the absence of the api side (#10265) by @Josh-Walker-GM - -This change allows you to successfully build your app with `yarn rw build` even when you choose 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.