First merge from develop to main (WIP) #7
@@ -30,7 +30,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
processes = {
|
processes = {
|
||||||
vite = {
|
client = {
|
||||||
exec = "pnpm run dev";
|
exec = "pnpm run dev";
|
||||||
cwd = "./client";
|
cwd = "./client";
|
||||||
};
|
};
|
||||||
|
|||||||
8
justfile
8
justfile
@@ -18,9 +18,6 @@ clean:
|
|||||||
mkdir -p .outputs
|
mkdir -p .outputs
|
||||||
find .outputs -mindepth 1 ! -path .outputs/config.yaml -exec rm -rf {} +
|
find .outputs -mindepth 1 ! -path .outputs/config.yaml -exec rm -rf {} +
|
||||||
|
|
||||||
client:
|
|
||||||
cd {{ client_dir }} && {{ pnpm_cmd }} run dev
|
|
||||||
|
|
||||||
build-client:
|
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") }}
|
||||||
|
|
||||||
@@ -39,5 +36,8 @@ watch-back:
|
|||||||
dev: clean install
|
dev: clean install
|
||||||
devenv up --verbose
|
devenv up --verbose
|
||||||
|
|
||||||
dev-back: clean
|
client: install
|
||||||
|
devenv up client --verbose
|
||||||
|
|
||||||
|
back: clean
|
||||||
devenv up backend postgres redis meilisearch --verbose
|
devenv up backend postgres redis meilisearch --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user