Polish onboarding and reference asset layout

This commit is contained in:
hyunho
2026-04-02 11:22:52 +09:00
parent c0564ee326
commit f5c68ada80
8 changed files with 21 additions and 7 deletions

View File

@@ -38,6 +38,10 @@ fi
echo "[4/6] Copying local runtime env when available"
copy_optional_path ".env"
if [[ ! -f "${DEV_DIR}/.env" && -f "${DEV_DIR}/.env.example" ]]; then
cp "${DEV_DIR}/.env.example" "${DEV_DIR}/.env"
echo "Created ${DEV_DIR}/.env from .env.example"
fi
echo "[5/6] Copying local-only incoming design assets when available"
copy_optional_path "incoming-files/1.png"