This commit is contained in:
2025-09-14 04:41:18 +00:00
parent 82457d8b65
commit 1818300d62
2 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

2
run.sh
View File

@@ -4,5 +4,7 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$SCRIPT_DIR"
set -ex
PATH="/usr/local/bin:$PATH"
pnpm dev