6 lines
74 B
Bash
6 lines
74 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
rm -r _dist || true
|
|
uv run generator/ watch
|