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