mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
Fix README.md on debugging Leporello in itself
Currently it is broken because Leporello instance under debug tries to install its own service worker
This commit is contained in:
@@ -225,7 +225,7 @@ them:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
You can even run and debug Leporello.js in Leporello.js! To do this:
|
<!--You can even run and debug Leporello.js in Leporello.js! To do this:
|
||||||
|
|
||||||
- Check out Leporello.js repo and grant local filesystem access to root project directory
|
- Check out Leporello.js repo and grant local filesystem access to root project directory
|
||||||
- Select `src/launch.js` as an entrypoint
|
- Select `src/launch.js` as an entrypoint
|
||||||
@@ -238,6 +238,7 @@ The only problem is that both instances of Leporello.js will share the same
|
|||||||
localStorage. (TODO - inject localStorage implementation to opened window, that
|
localStorage. (TODO - inject localStorage implementation to opened window, that
|
||||||
allows to share localStorage between host Leporello.js instance and window
|
allows to share localStorage between host Leporello.js instance and window
|
||||||
where code is run)
|
where code is run)
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
## Run Leporello locally
|
## Run Leporello locally
|
||||||
|
|||||||
Reference in New Issue
Block a user