feat(justfile): add start recipe
This commit is contained in:
parent
7fb804bfa0
commit
0d832674c5
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -3,6 +3,9 @@
|
|||
default:
|
||||
just --list
|
||||
|
||||
start:
|
||||
nix develop --command yarn astro dev --open
|
||||
|
||||
create-daily:
|
||||
#!/usr/bin/env bash
|
||||
date="$(date +%Y-%m-%d)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue