mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:01:09 +02:00
fix(manacore/web): disable SSR for llm-test page
@mlc-ai/web-llm is browser-only (WebGPU) and cannot be resolved during SSR build in Docker. Setting ssr: false for the page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
78e726ce1b
commit
f625c7b263
1 changed files with 1 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
export const ssr = false;
|
||||
Loading…
Add table
Add a link
Reference in a new issue