This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
chatgpt-web
mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
Watch
1
Star
0
Fork
You've already forked chatgpt-web
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d7d037618f
chatgpt-web
/
service
/
.eslintrc.json
6 lines
75 B
JSON
Raw
Normal View
History
Unescape
Escape
chore: 调整文件结构 service 和 web 分离
2023-02-12 21:00:08 -05:00
{
"root"
:
true
,
chore: 添加 service 打包编译设置
2023-02-13 07:10:08 -05:00
"ignorePatterns"
:
[
"build"
]
,
chore: 调整文件结构 service 和 web 分离
2023-02-12 21:00:08 -05:00
"extends"
:
[
"@antfu"
]
}