Fix react rendering

This commit is contained in:
2025-07-12 00:50:38 -03:00
parent 09f34a71cd
commit 3b3dcbe1d8
2 changed files with 2994 additions and 2645 deletions

View File

@@ -10,5 +10,7 @@ export default defineConfig({
plugins: [tailwindcss()]
},
integrations: [react()]
integrations: [react({
experimentalDisableStreaming: true,
})]
});

5635
web/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff