From 1699af37d16de68c6b93e7de74bb7b44769f2e7c Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Thu, 6 Mar 2025 14:35:11 +0000 Subject: [PATCH] chore(gae): Update region tag --- appengine/building-an-app/update/app.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appengine/building-an-app/update/app.yaml b/appengine/building-an-app/update/app.yaml index 25ee95b89f..9c14502f49 100755 --- a/appengine/building-an-app/update/app.yaml +++ b/appengine/building-an-app/update/app.yaml @@ -11,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# [START gae_app_yaml] # [START app_yaml] runtime: nodejs20 # [END app_yaml] +# [END gae_app_yaml]