Make studio.ui available before the UI is loaded
This was a regression introduced by b83164f26f
This commit is contained in:
parent
bcfb91fbb7
commit
35fe1c375c
5 changed files with 104 additions and 67 deletions
11
packages/playground/src/shared/remote/index.html
Normal file
11
packages/playground/src/shared/remote/index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Theatre.js Playground</title>
|
||||
<script src="./index.tsx" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue