mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-30 15:16:45 +08:00
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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user