Skip to content

Commit f39d466

Browse files
committed
just: add recipe open-browser
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent fcb0869 commit f39d466

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ git-apply-patch:
3737
github-run-test:
3838
act -W .github/workflows/test.yml
3939

40+
# Open the project in the browser
41+
[group('dev')]
42+
open-browser:
43+
xdg-open http://localhost:8081
44+
4045
# Format all justfiles
4146
[group('linter')]
4247
just-format:

0 commit comments

Comments
 (0)