feat: add lighthouse and fifth-domain entry flow

This commit is contained in:
冰朔 2026-08-10 00:52:54 +08:00
commit a35d61e227
12 changed files with 1056 additions and 3 deletions

View file

@ -15,6 +15,7 @@ export default defineConfig({
'react-dom': path.resolve(__dirname, 'node_modules/react-dom/index.js'),
'react': path.resolve(__dirname, 'node_modules/react/index.js'),
'marked': path.resolve(__dirname, 'node_modules/marked/lib/marked.esm.js'),
'lucide-react': path.resolve(__dirname, 'node_modules/lucide-react/dist/esm/lucide-react.js'),
},
},
root: path.resolve(__dirname, '../guanghu-knowledge-base'),