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 2 additions and 2 deletions
Showing only changes of commit 4cda783fed - Show all commits

View File

@@ -31,7 +31,7 @@
processes = {
vite = {
exec = "bun run dev";
exec = "pnpm run dev";
cwd = "./client";
};
backend.exec = "just watch-back";

View File

@@ -36,7 +36,7 @@ test-back:
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:
dev: clean install
devenv up --verbose
dev-back: