Skip to content

Commit

Permalink
switch to five-server (*f*ork of live-server) for serving examples: i…
Browse files Browse the repository at this point in the history
…t is a drop-in alternative without the slow network speed issue live-server has lately
  • Loading branch information
trusktr committed Sep 9, 2023
1 parent ee3ab5e commit bd6969a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"version": "lume versionHook",
"postversion": "lume postVersionHook",
"OTHER SCRIPTS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX": "",
"examples": "live-server . --open=./examples"
"examples": "five-server . --open=./examples"
},
"dependencies": {
"@lume/custom-attributes": "^0.1.2",
"solid-js": "<1.5.0"
},
"devDependencies": {
"@lume/cli": "^0.9.0",
"live-server": "^1.2.2",
"five-server": "^0.3.1",
"lowclass": "^5.0.0",
"prettier": "^2.0.0",
"solid-js": ">=1.0.0 <1.5.0",
Expand Down

0 comments on commit bd6969a

Please sign in to comment.