From 613d64ae9fe8752d834ae942053b6fff4d8d632e Mon Sep 17 00:00:00 2001 From: bwnyasse <5323628+bwnyasse@users.noreply.github.com> Date: Sun, 16 Nov 2025 16:52:34 -0500 Subject: [PATCH] chore: remove firebase/internal-launchpad/app.yaml The file is no longer needed. --- firebase/internal-launchpad/app.yaml | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 firebase/internal-launchpad/app.yaml diff --git a/firebase/internal-launchpad/app.yaml b/firebase/internal-launchpad/app.yaml deleted file mode 100644 index 2b635400..00000000 --- a/firebase/internal-launchpad/app.yaml +++ /dev/null @@ -1,30 +0,0 @@ -runtime: python312 -service: default -instance_class: F1 - -handlers: - - url: / - static_files: index.html - upload: index.html - secure: always - - - url: /(.*\.(ico|png|jpg|jpeg|gif|svg|webp|woff|woff2|ttf|eot|json)) - static_files: \1 - upload: (.*\.(ico|png|jpg|jpeg|gif|svg|webp|woff|woff2|ttf|eot|json)) - secure: always - expiration: "1d" - - - url: /(.*\.(js|css|map)) - static_files: \1 - upload: (.*\.(js|css|map)) - secure: always - expiration: "1d" - - - url: /(.*) - static_files: \1 - upload: (.*) - secure: always - -automatic_scaling: - max_instances: 5 - min_instances: 0 \ No newline at end of file