0
0
Fork 0
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:
Caesar Schinas 2023-09-05 11:41:09 +01:00
parent e18635359b
commit 7fdf0a5219
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -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