mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
add fix for fake-indexeddb v5
https://github.com/dumbmatter/fakeIndexedDB/issues/88
This commit is contained in:
committed by
David Lechner
parent
1aace700cc
commit
c021a77334
@@ -1,6 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2022-2023 The Pybricks Authors
|
||||
|
||||
import 'core-js/stable/structured-clone';
|
||||
import 'fake-indexeddb/auto';
|
||||
import Dexie from 'dexie';
|
||||
import 'dexie-observable';
|
||||
|
||||
Reference in New Issue
Block a user