From c428f8a1dcf0141b13baffba38e783aa324a131b Mon Sep 17 00:00:00 2001 From: Jordan Schulz <91161717+jms-pantheon@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:25:15 -0700 Subject: [PATCH] Add build size limitation Related to https://getpantheon.atlassian.net/browse/BUGS-9222 --- source/content/guides/decoupled/overview/02-considerations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/content/guides/decoupled/overview/02-considerations.md b/source/content/guides/decoupled/overview/02-considerations.md index 9ba9b83505..827db028de 100644 --- a/source/content/guides/decoupled/overview/02-considerations.md +++ b/source/content/guides/decoupled/overview/02-considerations.md @@ -55,6 +55,7 @@ You can use frontend frameworks other than Gatsby and Next.js, however the proce - Forks are not currently supported - A repo cannot be empty or site creation will fail +- The total build size with node modules and excluding the .git folder cannot exceed 3GB - A repo cannot be connected to more than one Front-End Site - There are known issues around disconnecting and reconnecting a repo - There are known issues around the GitHub app and org level permissions