Skip to content

Commit

Permalink
Back to 9399
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed May 10, 2024
1 parent 71ded1c commit 67a6a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator/constants.ts
Expand Up @@ -13,7 +13,7 @@ export const DEFAULT_PORTS: { [s in Emulators]: number } = {
auth: 9099,
storage: 9199,
eventarc: 9299,
dataconnect: 9509,
dataconnect: 9399,
};

export const FIND_AVAILBLE_PORT_BY_DEFAULT: Record<Emulators, boolean> = {
Expand Down

0 comments on commit 67a6a3b

Please sign in to comment.