First merge from develop to main (WIP) #7
4
justfile
4
justfile
@@ -21,10 +21,10 @@ clean:
|
|||||||
client:
|
client:
|
||||||
cd {{ client_dir }} && {{ pnpm_cmd }} run dev
|
cd {{ client_dir }} && {{ pnpm_cmd }} run dev
|
||||||
|
|
||||||
build-client: clean
|
build-client:
|
||||||
cd {{ client_dir }} && {{ pnpm_cmd }} run build --outDir {{ join(output_dir, "static") }}
|
cd {{ client_dir }} && {{ pnpm_cmd }} run build --outDir {{ join(output_dir, "static") }}
|
||||||
|
|
||||||
build-back: clean
|
build-back:
|
||||||
{{ go_cmd }} build -o {{ exec_path }}{{ if os() == "windows" { ".exe" } else { "" } }} {{ server_enrty }}
|
{{ go_cmd }} build -o {{ exec_path }}{{ if os() == "windows" { ".exe" } else { "" } }} {{ server_enrty }}
|
||||||
|
|
||||||
run-back:
|
run-back:
|
||||||
|
|||||||
Reference in New Issue
Block a user