First merge from develop to main (WIP) #7

Merged
sugar merged 199 commits from develop into main 2026-01-27 17:47:07 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 194f1fa1fe - Show all commits

View File

@@ -30,7 +30,7 @@
};
processes = {
vite = {
client = {
exec = "pnpm run dev";
cwd = "./client";
};

View File

@@ -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