mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-22 04:13:46 +00:00
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
run: nci
|
||||
|
||||
- name: Typecheck
|
||||
run: nr typecheck
|
||||
run: nr type-check
|
||||
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -33,6 +33,7 @@
|
||||
"rushstack",
|
||||
"Sider",
|
||||
"tailwindcss",
|
||||
"Typecheck",
|
||||
"unplugin",
|
||||
"VITE",
|
||||
"vueuse"
|
||||
|
@@ -1,4 +1,3 @@
|
||||
import Message from './Message/index.vue'
|
||||
import ListItem from './ListItem/index.vue'
|
||||
|
||||
export { Message, ListItem }
|
||||
export { Message }
|
||||
|
Reference in New Issue
Block a user