We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a0f71 commit c9d09a7Copy full SHA for c9d09a7
src/gui/src/index.js
@@ -71,7 +71,6 @@ window.gui = async function(options){
71
await window.loadScript('https://js.puter.com/v2/');
72
// Load the minified bundles
73
await window.loadCSS('/dist/bundle.min.css');
74
- await window.loadScript('/dist/bundle.min.js');
75
}
76
77
// 🚀 Launch the GUI 🚀
0 commit comments