mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -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
|
||||
- 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
|
||||
allows to share localStorage between host Leporello.js instance and window
|
||||
where code is run)
|
||||
-->
|
||||
|
||||
|
||||
## Run Leporello locally
|
||||
|
||||
Reference in New Issue
Block a user