@crawlee/memory-storageInterfacesMemoryStorageOptionsVersion: 3.0On this pageMemoryStorageOptions Index PropertieslocalDataDirectorywriteMetadataProperties optionallocalDataDirectorylocalDataDirectory?: string = process.env.CRAWLEE_STORAGE_DIR ?? './storage'Path to directory where the data will also be saved.optionalwriteMetadatawriteMetadata?: boolean = process.env.DEBUG?.includes('*') ?? process.env.DEBUG?.includes('crawlee:memory-storage') ?? falseWhether to also write optional metadata files when storing to disk.
Path to directory where the data will also be saved.