mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 00:06:59 -04:00
fix: hot reloading for dough.mjs (see comment)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _workletUrl from './dough-worklet.mjs?audioworklet';
|
||||
import _workletUrl from './dough-worklet.mjs?url'; // todo: change ?url to ?audioworklet before build (?audioworklet doesn't hot reload)
|
||||
|
||||
export * from './dough.mjs';
|
||||
export const workletUrl = _workletUrl;
|
||||
|
||||
Reference in New Issue
Block a user