Fix: Some bugs (#12441)

### What problem does this PR solve?

Fix: Some bugs
- In a production environment, a second-level page refresh results in a
white screen.
- The knowledge graph cannot be opened.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2026-01-05 15:28:57 +08:00
committed by GitHub
parent 4e9407b4ae
commit 00f8a80ca4
11 changed files with 39 additions and 11 deletions

View File

@ -7,7 +7,7 @@
"scripts": {
"build": "vite build --mode production",
"build-storybook": "storybook build",
"dev": "vite",
"dev": "vite --host",
"lint": "eslint src --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
"prepare": "cd .. && husky web/.husky",
"preview": "vite preview",