vault-link/scripts/update-api-types.sh
2025-03-16 21:35:41 +00:00

4 lines
149 B
Bash
Executable file

#!/bin/bash
npm install -g openapi-typescript
openapi-typescript http://localhost:3000/api.json --output frontend/sync-client/src/services/types.ts