Add run-local
This commit is contained in:
parent
fdea831e43
commit
650b7c28d6
4
justfile
4
justfile
@ -1,5 +1,9 @@
|
||||
default:
|
||||
just --list
|
||||
|
||||
# Run local instance
|
||||
run-local:
|
||||
yarn start
|
||||
|
||||
copy-to-marjvena:
|
||||
rsync --progress -r dist greg@marjvena.lan:/home/greg/
|
||||
|
Loading…
x
Reference in New Issue
Block a user