Skip to content

Commit

Permalink
Fix vanillaStructureRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Jan 5, 2025
1 parent 8c8492d commit 23a0182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/vanillaStructureRenderer/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import '@/init'

const targetEl = document.querySelector('#app')!

const i18n = createMcwI18n(
const i18n = createMcwI18n([
import.meta.glob('../blockStructureRenderer/locale/*.json', { eager: true }),
)
])

;(async () => {
const parsed = z
Expand Down

0 comments on commit 23a0182

Please sign in to comment.