Copies dataset recipe images from bundled assets to file system
Determines the current dataset type (test or production) and loads the appropriate image assets, then copies them to the app's permanent storage.
await copyDatasetImages();// Copies all test or production images based on NODE_ENV Copy
await copyDatasetImages();// Copies all test or production images based on NODE_ENV
Copies dataset recipe images from bundled assets to file system
Determines the current dataset type (test or production) and loads the appropriate image assets, then copies them to the app's permanent storage.