fix: hot reloading for dough.mjs (see comment)
This commit is contained in:
parent
2f2bf5bf29
commit
5988e3d3b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue