We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6217e25 commit 017fc09Copy full SHA for 017fc09
2 files changed
README.md
@@ -50,7 +50,7 @@ yarn
50
yarn start
51
```
52
53
-Then go to <http://localhost:1234> to access the app.
+Then go to <http://localhost:5173> to access the app.
54
55
### Code style
56
src/config.ts
@@ -192,7 +192,7 @@ const splitUrls = (input: string | undefined): string[] =>
192
export const deploys = {
193
production: splitUrls(import.meta.env.REACT_APP_PRODUCTION_URLS),
194
staging: splitUrls(import.meta.env.REACT_APP_STAGING_URLS),
195
- localhost: 'http://localhost:1234',
+ localhost: 'http://localhost:5173',
196
}
197
198
export const getAppTitle = () => import.meta.env.REACT_APP_META_TITLE
0 commit comments