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
|
run: nci
|
||||||
|
|
||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: nr typecheck
|
run: nr type-check
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -33,6 +33,7 @@
|
|||||||
"rushstack",
|
"rushstack",
|
||||||
"Sider",
|
"Sider",
|
||||||
"tailwindcss",
|
"tailwindcss",
|
||||||
|
"Typecheck",
|
||||||
"unplugin",
|
"unplugin",
|
||||||
"VITE",
|
"VITE",
|
||||||
"vueuse"
|
"vueuse"
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
import Message from './Message/index.vue'
|
import Message from './Message/index.vue'
|
||||||
import ListItem from './ListItem/index.vue'
|
|
||||||
|
|
||||||
export { Message, ListItem }
|
export { Message }
|
||||||
|
Reference in New Issue
Block a user