Skip to content

Commit 177bf80

Browse files
Fix bug in search bar & updated 'preview' script definition
* Fix bug in search bar Fixed bug in search bar component that appeared when updating or uploading a new product. * updated preview script definitions Upgraded preview script to ensure app runs in the desired port 8080.
1 parent 1532cb2 commit 177bf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventory-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc -b && vite build",
99
"lint": "eslint .",
1010
"test": "vitest",
11-
"preview": "vite preview"
11+
"preview": "vite preview --port 8080 --strictPort"
1212
},
1313
"dependencies": {
1414
"antd": "^5.27.1",

0 commit comments

Comments
 (0)