Beignet API reference
    Preparing search index...
    • Create an env-backed local storage provider.

      Reads STORAGE_ROOT and STORAGE_PUBLIC_BASE_URL, then contributes ports.storage.

      Parameters

      Returns ServiceProvider<
          unknown,
          ZodObject<
              {
                  PUBLIC_BASE_URL: ZodOptional<ZodString>;
                  ROOT: ZodDefault<ZodString>;
              },
              $strip,
          >,
          { storage: StoragePort },
      >