Skip to content
Snippets Groups Projects
Commit 236347384279 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

feat: use custom port to yarn start in demo

The 8080 port will be used by the cubicweb instance.
parent 6838762b5796
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
},
"scripts": {
"build": "webpack --mode=production",
"start": "webpack serve --mode=development"
"start": "webpack serve --mode=development --port=8001"
},
"devDependencies": {
"ts-loader": "^8.0.14",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment