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:
@@ -42,6 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@axhub/annotation": "^1.0.10",
|
||||
"lucide-react": "^0.562.0"
|
||||
"lucide-react": "^0.562.0",
|
||||
"xlsx": "^0.18.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user