Skip to content

Commit

Permalink
fix: remove port diff
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <tygao@amazon.com>
  • Loading branch information
raintygao committed Jun 14, 2023
1 parent e30aedc commit 61addae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/dev/dev_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const config = {
path: 'dev',
schema: schema.object({
basePathProxyTarget: schema.number({
defaultValue: 6603,
defaultValue: 5603,
}),
}),
};
Expand Down

0 comments on commit 61addae

Please sign in to comment.