diff options
author | morpheus65535 <[email protected]> | 2023-12-13 22:20:27 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-13 22:20:27 -0500 |
commit | cbfe8482a8fb4ca90c5f3caa1746458d58ffc643 (patch) | |
tree | 17dbca415c874562b3ae00191b9a1aa292357d5e | |
parent | 5e68fac4d175f2999b5b05bf7bdd02b76cdf942d (diff) | |
download | bazarr-cbfe8482a8fb4ca90c5f3caa1746458d58ffc643.tar.gz bazarr-cbfe8482a8fb4ca90c5f3caa1746458d58ffc643.zip |
no log: fix dev server port
-rw-r--r-- | frontend/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/README.md b/frontend/README.md index c03f7b391..135ccb4f6 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -59,7 +59,7 @@ In the project directory, you can run: ### `npm start` Runs the app in the development mode. -Open `http://localhost:3000` to view it in the browser. +Open `http://localhost:5173` to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console. |