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 b2e70b1 commit c31fd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This can then be served from a static web server to test locally:
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`.
The frontend will be available at `http://localhost:8000/inspector.html` (or `http://localhost:8000/rn_inspector.html` for the RN-specific entry point).

## Contributing

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 @@ -15,7 +15,7 @@
}
</style>
<meta http-equiv="Content-Security-Policy"
content="object-src 'none'; script-src 'self' 'unsafe-eval' https://chrome-devtools-frontend.appspot.com localhost:*">
content="object-src 'none'; script-src 'self' 'unsafe-eval' https://chrome-devtools-frontend.appspot.com">
<meta name="referrer" content="no-referrer">
<link rel="icon" href="./Images/favicon.ico">
<script src="./embedder_static/embedderScript.js"></script>
Expand Down

0 comments on commit c31fd8c

Please sign in to comment.