From c48f96fc26c3623870ea8c959ec9e2a6e5a3d15b Mon Sep 17 00:00:00 2001 From: amirmuha Date: Sat, 12 Jul 2025 15:36:34 +0330 Subject: [PATCH] fix: correct components.json paths and add apphosting.yaml --- apphosting.yaml | 7 +++++++ components.json | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 apphosting.yaml create mode 100644 components.json diff --git a/apphosting.yaml b/apphosting.yaml new file mode 100644 index 000000000..a55af7b17 --- /dev/null +++ b/apphosting.yaml @@ -0,0 +1,7 @@ +# Settings to manage and configure a Firebase App Hosting backend. +# https://firebase.google.com/docs/app-hosting/configure + +runConfig: + # Increase this value if you'd like to automatically spin up + # more instances in response to increased traffic. + maxInstances: 1 diff --git a/components.json b/components.json new file mode 100644 index 000000000..01e616cb0 --- /dev/null +++ b/components.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": true, + "tsx": true, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils", + "lib": "@/lib", + "hooks": "@/hooks" + } +} \ No newline at end of file