Preparing search index...

    Function copyDatasetImages

    • 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.

      Returns Promise<void>

      await copyDatasetImages();
      // Copies all test or production images based on NODE_ENV