openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines (5 loc) • 356 B
JavaScript
import { configureFsSafeNative as configureFsSafeNative$1 } from "@openclaw/fs-safe/config";
//#region src/infra/fs-safe-defaults.ts
if (!Object.keys(process.env).some((key) => /^(?:OPENCLAW_)?FS_SAFE_(?:NATIVE|PYTHON)_MODE$/u.test(process.platform === "win32" ? key.toUpperCase() : key))) configureFsSafeNative$1({ mode: "off" });
//#endregion
export {};