Skip to content

Commit 748ce7e

Browse files
change port
1 parent 6994553 commit 748ce7e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stefanak-michal/cyphergui",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": false,
55
"homepage": ".",
66
"license": "Apache-2.0",

webpack.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ module.exports = {
5050
directory: path.join(__dirname, 'build'),
5151
},
5252
compress: true,
53-
port: 3000,
53+
port: 1234,
5454
},
5555
};

0 commit comments

Comments
 (0)