2025-09-29 15:26:54 +09:00
|
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
2025-10-02 17:19:39 +09:00
|
|
|
|
# Zod-based frontend type support
|
|
|
|
|
|
# OpenAPI generation has been removed; shared schemas live in @customer-portal/domain.
|
2025-09-29 15:26:54 +09:00
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
2025-10-02 17:19:39 +09:00
|
|
|
|
echo "ℹ️ Skipping OpenAPI generation: frontend consumes shared Zod schemas from @customer-portal/domain."
|