Skip to content
Snippets Groups Projects
Commit 5cd090f5 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Change dev server port to 8001 (#27)

parent 9a701e1f
Branches
No related tags found
No related merge requests found
Pipeline #12665 passed
...@@ -12,7 +12,7 @@ yarn install ...@@ -12,7 +12,7 @@ yarn install
yarn run watch-local yarn run watch-local
``` ```
You can then open <http://127.0.0.1:8085/>. You can then open <http://127.0.0.1:8001/>.
## Adding demo pages ## Adding demo pages
......
...@@ -288,7 +288,7 @@ Dependencies: ...@@ -288,7 +288,7 @@ Dependencies:
watch ? serve({ watch ? serve({
contentBase: '.', contentBase: '.',
host: '127.0.0.1', host: '127.0.0.1',
port: 8085, port: 8001,
historyApiFallback: basePath + pkg.name + '.html', historyApiFallback: basePath + pkg.name + '.html',
https: USE_HTTPS ? generateTLSConfig() : false, https: USE_HTTPS ? generateTLSConfig() : false,
headers: { headers: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment