fix: create app_themes/groups/components only when needed

This commit is contained in:
Ruben Fiszel
2025-11-16 12:09:26 +00:00
parent e1d659b7d2
commit cf5d58ea43
3 changed files with 40 additions and 32 deletions

15
cli/install_dev.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -e
if [ -z "$1" ]; then
name="wmill"
else
name="$1"
fi
./gen_wm_client.sh
./windmill-utils-internal/gen_wm_client.sh
echo "Installing dev cli as $name (pass arg to override)"
deno install -f -A -g src/main.ts --name $name --unstable