This commit is contained in:
2026-02-17 22:50:57 -08:00
parent ffeef9c136
commit f20d019c11
315 changed files with 9876 additions and 12537 deletions

View File

@@ -97,8 +97,8 @@ deps:
ensure-bun:
@command -v bun >/dev/null 2>&1 || { printf '%s\n' "[ERROR] bun not found"; exit 1; }
pretty:
@bunx prettier --write 'src/**/*.ts'
pretty: ensure-bun
@bun run format
build:
@printf '%s\n' "[INFO] Detected platform: $(PLATFORM)"