Skip to content

Commit

Permalink
chore(storybook): update fixed port 8080 (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe authored Jul 25, 2024
1 parent 796bd37 commit c0af9e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export default {

return mergeConfig(config, {
publicDir: "../assets",
port: 8080,
build: {
sourcemap: configType === "DEVELOPMENT",
manifest: true,
Expand Down
2 changes: 1 addition & 1 deletion .storybook/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{ "env": "WATCH_MODE" }
],
"options": {
"commands": ["WATCH_MODE=true storybook dev --config-dir ."],
"commands": ["WATCH_MODE=true storybook dev --port 8080 --config-dir ."],
"cwd": "{projectRoot}"
}
},
Expand Down

0 comments on commit c0af9e9

Please sign in to comment.