mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
hotfix: fix build error
This commit is contained in:
parent
47a5080352
commit
f387589342
@ -16,7 +16,9 @@ async function loadDBPatterns() {
|
||||
$featuredPatterns.set(featuredPatterns);
|
||||
}
|
||||
|
||||
loadDBPatterns();
|
||||
if (typeof window !== 'undefined') {
|
||||
loadDBPatterns();
|
||||
}
|
||||
|
||||
export const defaultAudioDeviceName = 'System Standard';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user