Skip to content

Commit d5a30fa

Browse files
committed
feat(web-storybook): update dev server port to 6007
- Change the development server port from 6006 to 6007 in the script configuration. Signed-off-by: sulmo <sulmo@megazone.com>
1 parent 438d033 commit d5a30fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"dev": "storybook dev -p 6006",
7+
"dev": "storybook dev -p 6007",
88
"build": "storybook build"
99
},
1010
"keywords": [],

0 commit comments

Comments
 (0)