Skip to content

Commit

Permalink
lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalideshpandemsft committed Nov 5, 2024
1 parent aefaf8d commit 7f7043c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ const driverIndex = args.indexOf("--driver");
const endpointIndex = args.indexOf("--r11sEndpointName");

// Data_driverEndpointName
process.env.FLUID_ENDPOINTNAME = endpointIndex ?? "local"
process.env.FLUID_ENDPOINTNAME = endpointIndex ?? "local";

module.exports = config;
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f7043c

Please sign in to comment.