From b840a4075956f00d0c46c82b19da24d984dddd07 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 21:44:55 -0400 Subject: sync --- js/src/storage/storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/storage') 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"; -- cgit v1.2.3