diff options
| author | Adam <[email protected]> | 2026-03-24 09:10:24 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-24 09:10:24 -0500 |
| commit | 546748a461539ca63e188ee07ab2b143c5ac2c83 (patch) | |
| tree | 1eb96ef20f37aaa533efe0f467d7c15628524dd7 /packages/ui/package.json | |
| parent | c9c93eac00bda356f4cf2b03e011d0b19e535952 (diff) | |
| download | opencode-546748a461539ca63e188ee07ab2b143c5ac2c83.tar.gz opencode-546748a461539ca63e188ee07ab2b143c5ac2c83.zip | |
fix(app): startup efficiency (#18854)
Diffstat (limited to 'packages/ui/package.json')
| -rw-r--r-- | packages/ui/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json index bb907a4a6..e68dab396 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -12,6 +12,7 @@ "./hooks": "./src/hooks/index.ts", "./context": "./src/context/index.ts", "./context/*": "./src/context/*.tsx", + "./font-loader": "./src/font-loader.ts", "./styles": "./src/styles/index.css", "./styles/tailwind": "./src/styles/tailwind/index.css", "./theme": "./src/theme/index.ts", |
