9 lines
254 B
Bash
Executable File
9 lines
254 B
Bash
Executable File
#!/bin/bash
|
||
|
||
# Zod-based frontend type support
|
||
# OpenAPI generation has been removed; shared schemas live in @customer-portal/domain.
|
||
|
||
set -e
|
||
|
||
echo "ℹ️ Skipping OpenAPI generation: frontend consumes shared Zod schemas from @customer-portal/domain."
|