/** * The platform-free adapters, collected so a consumer that must avoid `node:*` * has a single import that is guaranteed not to reach it. * * The preview Worker imports from here rather than from the package root, which * pulls in `LocalEditorServer` and with it `@hono/node-server` and chokidar. */ export { createMemoryFileSystem, type MemoryFileSystem, type MemoryFileSystemOptions, } from "./memory-fs.js"; export { createMemoryEditorPreferences } from "./memory-preferences.js";