Skip to content

Commit

Permalink
Adding shell:true to dataconnect emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed Apr 26, 2024
1 parent 5e8be0e commit f8b6187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emulator/downloadableEmulators.ts
Expand Up @@ -283,6 +283,7 @@ const Commands: { [s in DownloadableEmulators]: DownloadableEmulatorCommand } =
args: ["dev"],
optionalArgs: ["http_port", "grpc_port", "config_dir", "local_connection_string", "project_id"],
joinArgs: true,
shell: true,
},
};

Expand Down

0 comments on commit f8b6187

Please sign in to comment.