mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
Use port 8080 for the dev server
This commit is contained in:
parent
e5a8768cc8
commit
02fd3d37b2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"version": "8.0.0",
|
"version": "8.0.0",
|
||||||
"description": "A stylesheet that supports fast dynamic recoloring via CSS variables",
|
"description": "A stylesheet that supports fast dynamic recoloring via CSS variables",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "web-dev-server --watch",
|
"dev": "web-dev-server --watch --port 8080",
|
||||||
"build": "cd dist && ./_build.sh && cd .."
|
"build": "cd dist && ./_build.sh && cd .."
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in a new issue