Add xlsx dependency to fix vehicle-management preview load.

The prototype exports test cases via xlsx; without the package the preview loader failed to initialize the module graph.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
王冕
2026-06-30 17:07:26 +08:00
parent 098283784e
commit e278332e3d
2 changed files with 107 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
},
"dependencies": {
"@axhub/annotation": "^1.0.10",
"lucide-react": "^0.562.0"
"lucide-react": "^0.562.0",
"xlsx": "^0.18.5"
}
}