fix: conditional client build

This commit is contained in:
2025-03-18 14:18:24 -04:00
parent 695e1d94fd
commit 9062609eec
8 changed files with 74 additions and 47 deletions

View File

@ -69,6 +69,9 @@
# Svelte frontend
nodejs_22
# Nix
nix-update
# Helper scripts
(writeShellApplication {
name = "run";
@ -117,7 +120,7 @@
vendorHash = "sha256-FyqcKhJy58uL3UiGA9tg7pSt0OQ1NIZw+khTictyzcw=";
preBuild = ''
cp -r ${client} client
cp -r ${client} internal/handlers/client/client
'';
};
}