the great reshuffle and new theatre

This commit is contained in:
jrkb 2024-02-29 16:32:49 +01:00
parent 48c7db3f6e
commit 63ddc4b317
56 changed files with 347 additions and 29 deletions

View file

@ -568,7 +568,13 @@
<!-- EXPORT BEGIN -->
<script id="ffmpeg.min.js" type="application/javascript" src="/web/ffmpeg_modules/ffmpeg.min.js"></script>
<!-- EXPORT END -->
<script> const process = {
env: {
NODE_ENV: 'production'
}
};
</script>
<!--<script id="core-and-studio.min.js" type="application/javascript" src="/web/theatre_modules/core-and-studio.js"></script>-->
<script type="module" src="/web/js/main.js"> </script>
</body>
</html>