diff options
Diffstat (limited to 'js/src/storage/storage.ts')
| -rw-r--r-- | js/src/storage/storage.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/storage/storage.ts b/js/src/storage/storage.ts index 3b4c63cb8..390b3c087 100644 --- a/js/src/storage/storage.ts +++ b/js/src/storage/storage.ts @@ -1,6 +1,6 @@ import { FileStorage } from "@flystorage/file-storage"; import { LocalStorageAdapter } from "@flystorage/local-fs"; -import fs from "fs/promises"; +import fs from "node:fs/promises"; import { Log } from "../util/log"; import { App } from "../app"; import { AppPath } from "../app/path"; |
