📝 Changed default browser of live-server
This commit is contained in:
parent
50ad4ec7eb
commit
bd9cb5ff3d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
live-server --open="$1"
|
||||
# live-server --browser=$BROWSER --open="$1"
|
||||
live-server --browser=chromium --open="$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue