mirror of
https://github.com/seigler/HLS-over-IPFS-video-player
synced 2025-07-27 01:36:14 +00:00
fix: js page sizing for mobile, fix live code
This commit is contained in:
parent
494b309693
commit
3977514c70
4 changed files with 14 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
"scripts": {
|
||||
"clean": "rimraf ./dist ./.cache ./.parcel-cache",
|
||||
"build": "parcel build index.html --no-scope-hoist --public-url ./",
|
||||
"serve": "parcel serve index.html --open -p 8888 --public-url ./",
|
||||
"serve": "parcel serve index.html --open -p 8888",
|
||||
"start": "npm run serve",
|
||||
"test": "npm run build && playwright test tests --browser=firefox --retries=3"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue