Compare commits
1 commit
4159392864
...
d15ffe7b45
Author | SHA1 | Date | |
---|---|---|---|
d15ffe7b45 |
1 changed files with 2 additions and 1 deletions
3
justfile
3
justfile
|
@ -1,6 +1,6 @@
|
|||
set windows-powershell := true
|
||||
|
||||
serve:
|
||||
serve: setup
|
||||
pnpm run start
|
||||
|
||||
setup:
|
||||
|
@ -8,3 +8,4 @@ setup:
|
|||
npm i -g pnpm
|
||||
pnpm i
|
||||
dotnet femto ./src
|
||||
{{ just_executable() }} serve
|
||||
|
|
Loading…
Add table
Reference in a new issue