fix: correct components.json paths and add apphosting.yaml

This commit is contained in:
amirmuha 2025-07-12 15:36:34 +03:30
parent 0b426aa61a
commit c48f96fc26
2 changed files with 19 additions and 0 deletions

7
apphosting.yaml Normal file
View File

@ -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

12
components.json Normal file
View File

@ -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"
}
}