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