Ships local data into a storage volume after an application is deployed. Tier-2 concern (reads the local filesystem) — injected so the browser-safe core never touches fs. NodeStorageSeeder (sdk/node) is the standard implementation.
NodeStorageSeeder
Ship the data at sourcePath into the application's storage volume.
sourcePath
Ships local data into a storage volume after an application is deployed. Tier-2 concern (reads the local filesystem) — injected so the browser-safe core never touches fs.
NodeStorageSeeder(sdk/node) is the standard implementation.