3 lines
160 B
Bash
Executable File
3 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
docker compose exec backstory shell "python src/backend/generate_types.py --source src/backend/models.py --output frontend/src/types/types.ts ${*}"
|