Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondChuiHW committed Mar 5, 2024
1 parent e8d8c66 commit b2e70b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 90 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm run build-release
This can then be served from a static web server to test locally:

```sh
./serve-local.py 8000
python3 -m http.server 8000 --directory out/Default/gen/front_end
```

The React Native frontend will be available at `http://localhost:8000/debugger-frontend/rn_inspector.html`.
Expand Down
2 changes: 1 addition & 1 deletion front_end/entrypoint_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
content="object-src 'none'; script-src 'self' 'unsafe-eval' https://chrome-devtools-frontend.appspot.com localhost:*">
<meta name="referrer" content="no-referrer">
<link rel="icon" href="./Images/favicon.ico">
<script src="./static/embedderScript.js"></script>
<script src="./embedder_static/embedderScript.js"></script>
<script type="module" src="./entrypoints/%ENTRYPOINT_NAME%/%ENTRYPOINT_NAME%.js"></script>

<body class="undocked" id="-blink-dev-tools">
88 changes: 0 additions & 88 deletions serve-local.py

This file was deleted.

0 comments on commit b2e70b1

Please sign in to comment.