mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
新版本
This commit is contained in:
parent
0f913bf49a
commit
6198bf0e49
4
.gitignore
vendored
4
.gitignore
vendored
@ -41,4 +41,6 @@ public/prompts.json
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
pnpm-lock.yaml
|
||||
pnpm-lock.yaml
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"target": "ES2015",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
|
Loading…
Reference in New Issue
Block a user