Skip to content

Commit

Permalink
Run clock-weather-card dev server on 5001
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kissling committed May 4, 2023
1 parent a323216 commit 3aa2e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [5000],
"forwardPorts": [5001],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install"
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
serve({
contentBase: './dist',
host: '0.0.0.0',
port: 5000,
port: 5001,
allowCrossOrigin: true,
headers: {
'Access-Control-Allow-Origin': '*',
Expand Down

0 comments on commit 3aa2e49

Please sign in to comment.