Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Aug 30, 2023
1 parent 09d8ed6 commit 1102af1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "chrome",
"request": "launch",
"name": "Launch",
"url": "http://localhost:8080/sdfv.html",
"url": "http://localhost:3000/sdfv.html",
"sourceMaps": true,
"webRoot": "${workspaceFolder}",
"preLaunchTask": "npm: serve",
Expand Down
4 changes: 2 additions & 2 deletions sdfv.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ body {
#contents {
position: relative;
resize: both;
width: 1024px;
height: 768px;
width: 90%;
height: 90%;
border: 1px solid;
overflow: hidden;
}
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
},
devtool: 'source-map',
devServer: {
port: 8080,
port: 3000,
static: {
directory: __dirname,
},
Expand Down

0 comments on commit 1102af1

Please sign in to comment.