fix: headless-repl stop button

This commit is contained in:
Felix Roos
2025-11-12 21:25:18 +01:00
parent 9e5c9c7539
commit 7b245abd1a
+1 -1
View File
@@ -13,7 +13,7 @@
<button id="c">C</button>
<button id="stop">stop</button>
<script type="module">
import { initStrudel } from '@strudel/web';
import { initStrudel, hush } from '@strudel/web';
initStrudel({
prebake: () => samples('github:tidalcycles/dirt-samples'),
});