mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
fix: preview port changed upstream
This commit is contained in:
parent
e18635359b
commit
7fdf0a5219
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ mkdir -p $(dirname ./src/content/images/$current_branch) # in case of branch na
|
|||
ln -s $repo_path/images/ ./public/images/$current_branch
|
||||
|
||||
# once the dev server is running, open the current docs branch in the browser
|
||||
sleep 3 && open http://localhost:3000/docs/$current_branch/ &
|
||||
sleep 3 && open http://localhost:4321/docs/$current_branch/ &
|
||||
|
||||
# start the dev server
|
||||
pnpm run dev
|
||||
|
|
Loading…
Reference in a new issue