Skip to content

Commit 0357b39

Browse files
committed
chore: minor change
1 parent 0be082d commit 0357b39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@typescript-eslint/ban-ts-comment": "off",
4040
"@typescript-eslint/no-explicit-any": "off",
4141
"@typescript-eslint/no-unused-vars": "off",
42-
"prettier/prettier": "warn"
42+
"prettier/prettier": "off"
4343
},
4444
"env": {
4545
"browser": true,

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ API Key 由我自己免费提供,请不要滥用,不提供长期服务,请
4444

4545
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/ourongxing/chatgpt-vercel&env=OPENAI_API_KEY)
4646

47+
不过上面这种方式不容易更新,最好还是先 fork 本仓库,然后在 vercel 中导入你自己的仓库,之后点击 `Sync fork` 就可以同步更新了。
48+
4749
如果你需要部署给更多人用,需要修改一些代码,那么你可能需要将上面创建的你自己的仓库 `git clone` 到本地。改完了 `git commit & push` 即可重新部署,vscode 上点几下就可以了。也可以用 vercel 的 cli,`vercel deploy --prod`
4850

4951
如果你需要在本地开发和调试,有点麻烦:

0 commit comments

Comments
 (0)