Skip to content

Commit

Permalink
fix: correct invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennor committed Oct 10, 2024
1 parent 27707fe commit 73b9de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/plugins/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
import { DefaultAssetNamingStrategy } from "@vendure/core";
import path from "path";
import { fromNodeProviderChain } from "@aws-sdk/credential-providers";
import { getEnvs } from "src/getEnvs";
import { getEnvs } from "../../getEnvs";

const region = process.env.AWS_REGION || "eu-central-1";
const credentials = fromNodeProviderChain({
Expand Down

0 comments on commit 73b9de2

Please sign in to comment.