mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 05:36:39 +08:00
fix: correct components.json paths and add apphosting.yaml
This commit is contained in:
parent
0b426aa61a
commit
c48f96fc26
7
apphosting.yaml
Normal file
7
apphosting.yaml
Normal 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
12
components.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user