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
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
......
......@@ -288,7 +288,7 @@ Dependencies:
watch ? serve({
contentBase: '.',
host: '127.0.0.1',
port: 8085,
port: 8001,
historyApiFallback: basePath + pkg.name + '.html',
https: USE_HTTPS ? generateTLSConfig() : false,
headers: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment