From 8f3f388b826b3948a2cb819c224df27c29fb0eb4 Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Thu, 2 May 2024 19:59:48 +0100 Subject: [PATCH] TEMP: delete old changeset file --- .changesets/10265.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .changesets/10265.md 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.