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 2 deletions
Showing only changes of commit f0cca0cda4 - Show all commits

View File

@@ -34,7 +34,7 @@
exec = "bun run dev";
cwd = "./client";
};
backend.exec = "just dev-back";
backend.exec = "just watch-back";
};
services = {

View File

@@ -33,8 +33,11 @@ run-back:
test-back:
cd {{ output_dir }} && CONFIG_PATH={{ output_dir }} GO_ENV=test go test -C .. ./...
dev-back: clean
watch-back: clean
watchexec -r -e go,yaml,tpl -i '.devenv/**' -i '.direnv/**' -i 'client/**' -i 'vendor/**' 'go build -o {{ join(output_dir, "nixcn-cms") }} . && cd {{ output_dir }} && CONFIG_PATH={{ output_dir }} {{ exec_path }}'
dev:
devenv up --verbose
dev-back:
devenv up backend postgres redis meilisearch --verbose