chore: 调整文件结构 service 和 web 分离

This commit is contained in:
ChenZhaoYu
2023-02-13 10:00:08 +08:00
parent 98e75c0c5c
commit f910b5f8a4
16 changed files with 3180 additions and 773 deletions

22
service/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript",
"typescript",
"json",
"jsonc",
"json5",
"yaml"
],
"cSpell.words": [
"antfu",
"chatgpt",
"esno",
"GPTAPI",
"OPENAI"
]
}