First merge from develop to main (WIP) #7
4
justfile
4
justfile
@@ -7,10 +7,6 @@ exec_path := join(output_dir, project_name)
|
|||||||
go_cmd := `realpath $(which go)`
|
go_cmd := `realpath $(which go)`
|
||||||
pnpm_cmd := `realpath $(which pnpm)`
|
pnpm_cmd := `realpath $(which pnpm)`
|
||||||
|
|
||||||
default: install clean build-back build-client run-back
|
|
||||||
|
|
||||||
backend: clean build-back run-back
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cd {{ client_dir }} && {{ pnpm_cmd }} install
|
cd {{ client_dir }} && {{ pnpm_cmd }} install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user