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:
Till JS 2026-04-02 12:14:50 +02:00
parent 78e726ce1b
commit f625c7b263

View file

@ -0,0 +1 @@
export const ssr = false;