Local filesystem storage adapter for Quatrain.
This package is part of the Quatrain Core monorepo. It provides a local filesystem storage adapter implementation for the Quatrain ecosystem, allowing applications to store files locally instead of relying on cloud storage providers.
import { LocalStorageAdapter } from '@quatrain/storage-local'
import { Storage } from '@quatrain/storage'
Storage.registerAdapter(new LocalStorageAdapter({ path: './uploads' }))