Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
  • Loading branch information
nekomeowww committed Mar 1, 2025
1 parent 2ab0a72 commit b6abd69
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
const language = defineModel({ type: String })
const language = defineModel({ type: String, required: true })
// List of supported languages:
// https://help.openai.com/en/articles/7031512-whisper-api-faq
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-transformers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"play:dev": "vite",
"play:build": "vite build",
"play:preview": "vite preview",
"typecheck": "tsc --noEmit"
"typecheck": "vue-tsc --noEmit"
},
"peerDependencies": {
"web-worker": "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stage-ui/src/components/Widgets/Stage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ onMounted(async () => {
<div h-full w-full>
<Live2DScene
v-if="stageView === '2d'"
v-model:motion="motion"
:motion="motion"
:mouth-open-size="mouthOpenSize"
model="./assets/live2d/models/hiyori_pro_zh.zip"
min-w="50% <lg:full" min-h="100 sm:100" h-full w-full flex-1
Expand Down
60 changes: 43 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6abd69

Please sign in to comment.