reduce storybook memory usage and increase build memory (#6798)

reduce memory usage and increase build memory

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Truman Gao
2026-07-21 19:10:46 +00:00
committed by GitHub
co-authored by Prospector
parent 7ac1d17571
commit d322a2b0c8
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ import {
// Load locale messages from the UI package's locales
// @ts-ignore
const localeModules = import.meta.glob('../src/locales/*/index.json', {
const localeModules = import.meta.glob('../src/locales/en-US/index.json', {
eager: true,
}) as Record<string, { default: CrowdinMessages }>