Skip to content

Commit 017fc09

Browse files
committed
Adjust port to default vite config
1 parent 6217e25 commit 017fc09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ yarn
5050
yarn start
5151
```
5252

53-
Then go to <http://localhost:1234> to access the app.
53+
Then go to <http://localhost:5173> to access the app.
5454

5555
### Code style
5656

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const splitUrls = (input: string | undefined): string[] =>
192192
export const deploys = {
193193
production: splitUrls(import.meta.env.REACT_APP_PRODUCTION_URLS),
194194
staging: splitUrls(import.meta.env.REACT_APP_STAGING_URLS),
195-
localhost: 'http://localhost:1234',
195+
localhost: 'http://localhost:5173',
196196
}
197197

198198
export const getAppTitle = () => import.meta.env.REACT_APP_META_TITLE

0 commit comments

Comments
 (0)