mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-09 15:57:10 -04:00
hotfix: fix build error
This commit is contained in:
@@ -16,7 +16,9 @@ async function loadDBPatterns() {
|
||||
$featuredPatterns.set(featuredPatterns);
|
||||
}
|
||||
|
||||
loadDBPatterns();
|
||||
if (typeof window !== 'undefined') {
|
||||
loadDBPatterns();
|
||||
}
|
||||
|
||||
export const defaultAudioDeviceName = 'System Standard';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user