Skip to content

Commit

Permalink
Embedder script + local serve script (#8)
Browse files Browse the repository at this point in the history
Squashed
  • Loading branch information
EdmondChuiHW authored Mar 6, 2024
1 parent 2018507 commit 8cc6f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front_end/entrypoint_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
<meta http-equiv="Content-Security-Policy" 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 async src="./embedder-static/embedderScript.js"></script>
<script type="module" src="./entrypoints/%ENTRYPOINT_NAME%/%ENTRYPOINT_NAME%.js"></script>
<body class="undocked" id="-blink-dev-tools">

0 comments on commit 8cc6f78

Please sign in to comment.